#BB818E

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

Shades of Puce #BB818E

Tints of Puce #BB818E

Color information

#BB818E (or 0xBB818E) is unknown color: approx Puce. HEX triplet: BB, 81 and 8E. RGB value is (187,129,142). Sum of RGB (Red+Green+Blue) = 187+129+142=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818E is #447E71. Grayscale: #939393. Windows color (decimal): -4488818 or 9339323. OLE color: 9339323.

HSL color Cylindrical-coordinate representation of color #BB818E: hue angle of 346.55º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB818E is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB187129142-
CMYK00.310.240.27
HSL346.55º29.9%61.96%-
HSV(B)346.55º31.02%73.33%-
XYZ33.2328.2229.29-
YUV147.82124.72155.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 142 (55.86% from 255) = 31.00%
R=40.83%
G=28.17%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712914200.310.240.27346.5529.961.96
HexBB818E01F181B15b1e3e
Octal27320121603730335333676
Binary101110111000000110001110011111110001101110101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB818E; }

 p { color: rgb(187,129,142); }

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

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

 a { background-color: rgb(187,129,142); }

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

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

 span { border-color: rgb(187,129,142); }

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