#BB848E

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

Shades of Puce #BB848E

Tints of Puce #BB848E

Color information

#BB848E (or 0xBB848E) is unknown color: approx Puce. HEX triplet: BB, 84 and 8E. RGB value is (187,132,142). Sum of RGB (Red+Green+Blue) = 187+132+142=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 142 (55.86% from 255 or 30.80% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB848E is #447B71. Grayscale: #959595. Windows color (decimal): -4488050 or 9340091. OLE color: 9340091.

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

Color convert

RGB187132142-
CMYK00.290.240.27
HSL349.09º28.8%62.55%-
HSV(B)349.09º29.41%73.33%-
XYZ33.6329.0229.42-
YUV149.58123.72154.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 142 (55.86% from 255) = 30.80%
R=40.56%
G=28.63%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713214200.290.240.27349.0928.862.55
HexBB848E01D181B15d1d3f
Octal27320421603530335353577
Binary101110111000010010001110011101110001101110101110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB848E; }

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

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

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

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

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

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

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

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