COLOR #BB918C

HEX: #BB918C RGB: (187,145,140)

Color info

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

RGB color model

#BB918C color RGB value is (187,145,140).

RGB: (187,145,140) (73%, 57%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 145 of 255 = 57%
B 140 of 255 = 55%

187
145
140

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

Portions of RGB colors in percentages

R + G + B = 187 + 145 + 140 = 472 (100%)
R 187 of 472 ~ 39.62%
G 145 of 472 ~ 30.72%
B 140 of 472 ~ 29.66'%

%39.62
%30.72
%29.66

CMYK color model

#BB918C color CMYK value is (0,22,25,27).

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

CMYK: (0,22,25,27)
C0M22Y25K27 (0%, 22%, 25%, 27%)
(0.00 / 0.22 / 0.25 / 0.27)

CMYK percentages

%0
%22.46
%25.13
%26.67

Codes

Color #BB918C in popluar color models

BB 91 8C
RGB 187 145 140
HSL 25.68% 64.12%
HSB/HSV 25.13% 73.33%
CMYK 0.00% 22.46% 25.13%
26.67%

Color #BB918C in popluar number systems.

HEX BB 91 8C
Decimal 187 145 140
Binary 10111011 10010001 10001100
Octal 273 221 214

Shades and tints

Shades of #BB918C

#BB918C
(187,145,140)
#AA8480
(170,132,128)
#997774
(153,119,116)
#886A68
(136,106,104)
#775D5C
(119,93,92)
#665050
(102,80,80)
#554344
(85,67,68)
#443638
(68,54,56)
#33292C
(51,41,44)
#221C20
(34,28,32)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BB918C

#BB918C
(187,145,140)
#C19B96
(193,155,150)
#C7A5A0
(199,165,160)
#CDAFAA
(205,175,170)
#D3B9B4
(211,185,180)
#D9C3BE
(217,195,190)
#DFCDC8
(223,205,200)
#E5D7D2
(229,215,210)
#EBE1DC
(235,225,220)
#F1EBE6
(241,235,230)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BB918C; }

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

This text font color is #BB918C.

Background Color

.myBgColor { background-color: #BB918C; }

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

This div background color is #BB918C.

Border color

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

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

This div border color is #BB918C.

Opacity

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

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

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

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

This text has shadow with #BB918C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB918C.

Preview

Color preview on black background

This text has color #BB918C on black background.


Color preview on white background

This text has color #BB918C on white background.


Black color preview on #BB918C background

This text has black color on #BB918C background.


White color preview on #BB918C background

This text has white color on #BB918C background.


Related colors

Complementary color

Complementary color for #hex is #446E73.


I love getcolorcode.com

Triadic colors

1 #8CBB91 and #918CBB with #BB918C are triadic colors.

2 #8C91BB and #91BB8C with #BB918C are triadic colors.