#BB868A

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

Shades of Puce #BB868A

Tints of Puce #BB868A

Color information

#BB868A (or 0xBB868A) is unknown color: approx Puce. HEX triplet: BB, 86 and 8A. RGB value is (187,134,138). Sum of RGB (Red+Green+Blue) = 187+134+138=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB868A is #447975. Grayscale: #969696. Windows color (decimal): -4487542 or 9078459. OLE color: 9078459.

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

Color convert

RGB187134138-
CMYK00.280.260.27
HSL355.47º28.04%62.94%-
HSV(B)355.47º28.34%73.33%-
XYZ33.6129.4527.96-
YUV150.3121.06154.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 138 (54.30% from 255) = 30.07%
R=40.74%
G=29.19%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713413800.280.260.27355.4728.0462.94
HexBB868A01C1A1B1631c3f
Octal27320621203432335433477
Binary101110111000011010001010011100110101101110110001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB868A; }

 p { color: rgb(187,134,138); }

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

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

 a { background-color: rgb(187,134,138); }

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

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

 span { border-color: rgb(187,134,138); }

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