COLOR #BB948A

HEX: #BB948A
RGB: (187,148,138)

Color info

#BB948A contains red, green and blue colors in about the same proportion. Web safe color of #BB948A is #CC9999 (or #C99).

RGB color model

#BB948A color RGB value is (187,148,138).

  • red value is 187;
  • green value is 148;
  • blue value is 138.
RGB:
(187,148,138)
(73%,58%,54%)

RGB channels and saturation

R 187 of 255 = 73%
G 148 of 255 = 58%
B 138 of 255 = 54%

187
148
138

R + G + B ~ 62%. #BB948A is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 148 + 138 = 473 (100%)
R 187 of 473 ~ 39.53%
G 148 of 473 ~ 31.29%
B 138 of 473 ~ 29.18%

%39.53
%31.29
%29.18

CMYK color model

#BB948A color CMYK value is (0,21,26,27).

  • cyan value is 0.00%
  • magenta value is 20.86%
  • yellow value is 26.20%
  • key color value is 26.67%
CMYK:
(0,21,26,27)
C0M21Y26K27 
(0%,21%,26%,27%)
(0.00/0.21/0.26/0.27)	

CMYK percentages

%0
%20.86
%26.2
%26.67

Codes

Color #BB948A in popluar color models

BB948A
RGB187148138
HSL12°26.49%63.73%
HSB/HSV12°26.20%73.33%
CMYK0.00%20.86%26.20%
26.67%

Color #BB948A in popluar number systems.

HEXBB948A
Decimal187148138
Binary101110111001010010001010
Octal273224212

Shades and tints

Shades of #BB948A

#BB948A
(187,148,138)
#AA877E
(170,135,126)
#997A72
(153,122,114)
#886D66
(136,109,102)
#77605A
(119,96,90)
#66534E
(102,83,78)
#554642
(85,70,66)
#443936
(68,57,54)
#332C2A
(51,44,42)
#221F1E
(34,31,30)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #BB948A

#BB948A
(187,148,138)
#C19D94
(193,157,148)
#C7A69E
(199,166,158)
#CDAFA8
(205,175,168)
#D3B8B2
(211,184,178)
#D9C1BC
(217,193,188)
#DFCAC6
(223,202,198)
#E5D3D0
(229,211,208)
#EBDCDA
(235,220,218)
#F1E5E4
(241,229,228)
#F7EEEE
(247,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB948A color. Also use rgb(187,148,138) instead hex code.

Text Font Color

.myTextColor { color: #BB948A; }

<p style="color:#BB948A">This sample text font color is #BB948A.</p>

This text font color is #BB948A.


Background Color

.myBgColor { background-color: #BB948A; }

<div style="background-color:#BB948A">Inner text</div>

This div background color is #BB948A.


Border color

.myBorderColor { border: 1px solid #BB948A; }

<div style="border:3px solid #BB948A">Div</div>

This div border color is #BB948A.


Opacity

.myOpacity80 { color: #BB948A; opacity: 0.8; }

<p style="color:#BB948A;opacity:0.8;">80%</p>

Text with #BB948A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BB948A;}

<p style="text-shadow: 3px 3px 1px #BB948A">Text here.</p>

This text has shadow with #BB948A color.

.textShadow {text-shadow: 3px 3px 1px #BB948A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BB948A, 5px 5px 20px red">Text here.</p>

This text has shadow with #BB948A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB948A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BB948A, Direction=45, Strength=4)">Text</p>

This text has shadow with #BB948A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BB948A;
  -webkit-box-shadow:	1px 1px 3px 2px #BB948A;
  box-shadow:		1px 1px 3px 2px #BB948A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB948A;
-webkit-box-shadow: 1px 1px 3px 2px #BB948A;
box-shadow:1px 1px 3px 2px #BB948A;">
Div content here</div>
This div box has shadow with color #BB948A.

Preview

Color preview on black background

This text has color #BB948A on black background.


Color preview on white background

This text has color #BB948A on white background.



Black color preview on #BB948A background

This text has black color on #BB948A background.


White color preview on #BB948A background

This text has white color on #BB948A background.