#BB8490

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

Shades of Puce #BB8490

Tints of Puce #BB8490

Color information

#BB8490 (or 0xBB8490) is unknown color: approx Puce. HEX triplet: BB, 84 and 90. RGB value is (187,132,144). Sum of RGB (Red+Green+Blue) = 187+132+144=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8490 is #447B6F. Grayscale: #959595. Windows color (decimal): -4488048 or 9471163. OLE color: 9471163.

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

Color convert

RGB187132144-
CMYK00.290.230.27
HSL346.91º28.8%62.55%-
HSV(B)346.91º29.41%73.33%-
XYZ33.7829.0830.22-
YUV149.81124.72154.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=40.39%
G=28.51%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713214400.290.230.27346.9128.862.55
HexBB849001D171B15b1d3f
Octal27320422003527335333577
Binary101110111000010010010000011101101111101110101101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8490; }

 p { color: rgb(187,132,144); }

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

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

 a { background-color: rgb(187,132,144); }

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

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

 span { border-color: rgb(187,132,144); }

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