COLOR #BB8F99

HEX: #BB8F99 RGB: (187,143,153)

Color info

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

RGB color model

#BB8F99 color RGB value is (187,143,153).

RGB: (187,143,153) (73%, 56%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 143 of 255 = 56%
B 153 of 255 = 60%

187
143
153

R + G + B ~ 63%. #BB8F99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 143 + 153 = 483 (100%)
R 187 of 483 ~ 38.72%
G 143 of 483 ~ 29.61%
B 153 of 483 ~ 31.68'%

%38.72
%29.61
%31.68

CMYK color model

#BB8F99 color CMYK value is (0,24,18,27).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 18.18%
  • key color value is 26.67%

CMYK: (0,24,18,27)
C0M24Y18K27 (0%, 24%, 18%, 27%)
(0.00 / 0.24 / 0.18 / 0.27)

CMYK percentages

%0
%23.53
%18.18
%26.67

Codes

Color #BB8F99 in popluar color models

BB 8F 99
RGB 187 143 153
HSL 346° 24.44% 64.71%
HSB/HSV 346° 23.53% 73.33%
CMYK 0.00% 23.53% 18.18%
26.67%

Color #BB8F99 in popluar number systems.

HEX BB 8F 99
Decimal 187 143 153
Binary 10111011 10001111 10011001
Octal 273 217 231

Shades and tints

Shades of #BB8F99

#BB8F99
(187,143,153)
#AA828C
(170,130,140)
#99757F
(153,117,127)
#886872
(136,104,114)
#775B65
(119,91,101)
#664E58
(102,78,88)
#55414B
(85,65,75)
#44343E
(68,52,62)
#332731
(51,39,49)
#221A24
(34,26,36)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #BB8F99

#BB8F99
(187,143,153)
#C199A2
(193,153,162)
#C7A3AB
(199,163,171)
#CDADB4
(205,173,180)
#D3B7BD
(211,183,189)
#D9C1C6
(217,193,198)
#DFCBCF
(223,203,207)
#E5D5D8
(229,213,216)
#EBDFE1
(235,223,225)
#F1E9EA
(241,233,234)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB8F99 color. Also use rgb(187,143,153) instead hex code.

Text Font Color

.myTextColor { color: #BB8F99; }

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

This text font color is #BB8F99.

Background Color

.myBgColor { background-color: #BB8F99; }

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

This div background color is #BB8F99.

Border color

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

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

This div border color is #BB8F99.

Opacity

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

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

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

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

This text has shadow with #BB8F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB8F99.

Preview

Color preview on black background

This text has color #BB8F99 on black background.


Color preview on white background

This text has color #BB8F99 on white background.


Black color preview on #BB8F99 background

This text has black color on #BB8F99 background.


White color preview on #BB8F99 background

This text has white color on #BB8F99 background.


Related colors

Complementary color

Complementary color for #hex is #447066.


I love getcolorcode.com

Triadic colors

1 #99BB8F and #8F99BB with #BB8F99 are triadic colors.

2 #998FBB and #8FBB99 with #BB8F99 are triadic colors.