#BB828E

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

Shades of Puce #BB828E

Tints of Puce #BB828E

Color information

#BB828E (or 0xBB828E) is unknown color: approx Puce. HEX triplet: BB, 82 and 8E. RGB value is (187,130,142). Sum of RGB (Red+Green+Blue) = 187+130+142=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 142 (55.86% from 255 or 30.94% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828E is #447D71. Grayscale: #949494. Windows color (decimal): -4488562 or 9339579. OLE color: 9339579.

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

Color convert

RGB187130142-
CMYK00.300.240.27
HSL347.37º29.53%62.16%-
HSV(B)347.37º30.48%73.33%-
XYZ33.3628.4829.33-
YUV148.41124.38155.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.74%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 142 (55.86% from 255) = 30.94%
R=40.74%
G=28.32%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713014200.300.240.27347.3729.5362.16
HexBB828E01E181B15b1e3e
Octal27320221603630335333676
Binary101110111000001010001110011110110001101110101101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB828E; }

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

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

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

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

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

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

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

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