COLOR #BB968C

HEX: #BB968C RGB: (187,150,140)

Color info

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

RGB color model

#BB968C color RGB value is (187,150,140).

RGB: (187,150,140) (73%, 59%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 150 of 255 = 59%
B 140 of 255 = 55%

187
150
140

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

Portions of RGB colors in percentages

R + G + B = 187 + 150 + 140 = 477 (100%)
R 187 of 477 ~ 39.2%
G 150 of 477 ~ 31.45%
B 140 of 477 ~ 29.35'%

%39.2
%31.45
%29.35

CMYK color model

#BB968C color CMYK value is (0,20,25,27).

  • cyan value is 0.00%
  • magenta value is 19.79%
  • yellow value is 25.13%
  • key color value is 26.67%

CMYK: (0,20,25,27)
C0M20Y25K27 (0%, 20%, 25%, 27%)
(0.00 / 0.20 / 0.25 / 0.27)

CMYK percentages

%0
%19.79
%25.13
%26.67

Codes

Color #BB968C in popluar color models

BB 96 8C
RGB 187 150 140
HSL 13° 25.68% 64.12%
HSB/HSV 13° 25.13% 73.33%
CMYK 0.00% 19.79% 25.13%
26.67%

Color #BB968C in popluar number systems.

HEX BB 96 8C
Decimal 187 150 140
Binary 10111011 10010110 10001100
Octal 273 226 214

Shades and tints

Shades of #BB968C

#BB968C
(187,150,140)
#AA8980
(170,137,128)
#997C74
(153,124,116)
#886F68
(136,111,104)
#77625C
(119,98,92)
#665550
(102,85,80)
#554844
(85,72,68)
#443B38
(68,59,56)
#332E2C
(51,46,44)
#222120
(34,33,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #BB968C

#BB968C
(187,150,140)
#C19F96
(193,159,150)
#C7A8A0
(199,168,160)
#CDB1AA
(205,177,170)
#D3BAB4
(211,186,180)
#D9C3BE
(217,195,190)
#DFCCC8
(223,204,200)
#E5D5D2
(229,213,210)
#EBDEDC
(235,222,220)
#F1E7E6
(241,231,230)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB968C color. Also use rgb(187,150,140) instead hex code.

Text Font Color

.myTextColor { color: #BB968C; }

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

This text font color is #BB968C.

Background Color

.myBgColor { background-color: #BB968C; }

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

This div background color is #BB968C.

Border color

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

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

This div border color is #BB968C.

Opacity

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

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

Text with #BB968C 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 #BB968C;}

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

This text has shadow with #BB968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB968C.

Preview

Color preview on black background

This text has color #BB968C on black background.


Color preview on white background

This text has color #BB968C on white background.


Black color preview on #BB968C background

This text has black color on #BB968C background.


White color preview on #BB968C background

This text has white color on #BB968C background.


Related colors

Complementary color

Complementary color for #hex is #446973.


I love getcolorcode.com

Triadic colors

1 #8CBB96 and #968CBB with #BB968C are triadic colors.

2 #8C96BB and #96BB8C with #BB968C are triadic colors.