#BB878D

Color #BB878D Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #BB878D

Tints of Puce #BB878D

Color information

#BB878D (or 0xBB878D) is unknown color: approx Puce. HEX triplet: BB, 87 and 8D. RGB value is (187,135,141). Sum of RGB (Red+Green+Blue) = 187+135+141=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 135 (53.12% from 255 or 29.16% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878D is #447872. Grayscale: #979797. Windows color (decimal): -4487283 or 9275323. OLE color: 9275323.

HSL color Cylindrical-coordinate representation of color #BB878D: hue angle of 353.08º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BB878D is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187135141-
CMYK00.280.250.27
HSL353.08º27.66%63.14%-
HSV(B)353.08º27.81%73.33%-
XYZ33.9729.8229.16-
YUV151.23122.23153.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 135 (53.12% from 255) = 29.16%
BLUE value IS 141 (55.47% from 255) = 30.45%
R=40.39%
G=29.16%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713514100.280.250.27353.0827.6663.14
HexBB878D01C191B1611c3f
Octal27320721503431335413477
Binary101110111000011110001101011100110011101110110000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB878D; }

 p { color: rgb(187,135,141); }

 H1.HeaderClassName
 {
   color: #BB878D;
 }
 .AnyTagClassName
 {
   color: #BB878D;
 }
</style>
background-color css

<style>
 a { background-color: #BB878D; }

 a { background-color: rgb(187,135,141); }

 div.DivClassName
 {
   background-color: #BB878D;
 }
 .BgClassName
 {
   background-color: #BB878D;
 }
</style>
border-color css

<style>
 span { border-color: #BB878D; }

 span { border-color: rgb(187,135,141); }

 td.TdClassName
 {
   border-color: #BB878D;
 }
 .TagClassName
 {
   border-color: #BB878D;
 }
</style>