#BB818F

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

Shades of Puce #BB818F

Tints of Puce #BB818F

Color information

#BB818F (or 0xBB818F) is unknown color: approx Puce. HEX triplet: BB, 81 and 8F. RGB value is (187,129,143). Sum of RGB (Red+Green+Blue) = 187+129+143=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 143 (56.25% from 255 or 31.15% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB818F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB818F is #447E70. Grayscale: #939393. Windows color (decimal): -4488817 or 9404859. OLE color: 9404859.

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

Color convert

RGB187129143-
CMYK00.310.240.27
HSL345.52º29.9%61.96%-
HSV(B)345.52º31.02%73.33%-
XYZ33.328.2529.68-
YUV147.94125.22155.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 143 (56.25% from 255) = 31.15%
R=40.74%
G=28.10%
B=31.15%

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
Decimal18712914300.310.240.27345.5229.961.96
HexBB818F01F181B15a1e3e
Octal27320121703730335323676
Binary101110111000000110001111011111110001101110101101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB818F; }

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

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

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

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

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

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

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

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