#BB878C

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

Shades of Puce #BB878C

Tints of Puce #BB878C

Color information

#BB878C (or 0xBB878C) is unknown color: approx Puce. HEX triplet: BB, 87 and 8C. RGB value is (187,135,140). Sum of RGB (Red+Green+Blue) = 187+135+140=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB878C is #447873. Grayscale: #979797. Windows color (decimal): -4487284 or 9209787. OLE color: 9209787.

HSL color Cylindrical-coordinate representation of color #BB878C: hue angle of 354.23º 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 #BB878C is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB187135140-
CMYK00.280.250.27
HSL354.23º27.66%63.14%-
HSV(B)354.23º27.81%73.33%-
XYZ33.8929.7928.77-
YUV151.12121.73153.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 140 (55.08% from 255) = 30.30%
R=40.48%
G=29.22%
B=30.30%

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
Decimal18713514000.280.250.27354.2327.6663.14
HexBB878C01C191B1621c3f
Octal27320721403431335423477
Binary101110111000011110001100011100110011101110110001011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB878C; }

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

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

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

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

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

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

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

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