#BB828C

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

Shades of Puce #BB828C

Tints of Puce #BB828C

Color information

#BB828C (or 0xBB828C) is unknown color: approx Puce. HEX triplet: BB, 82 and 8C. RGB value is (187,130,140). Sum of RGB (Red+Green+Blue) = 187+130+140=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB828C is #447D73. Grayscale: #949494. Windows color (decimal): -4488564 or 9208507. OLE color: 9208507.

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

Color convert

RGB187130140-
CMYK00.300.250.27
HSL349.47º29.53%62.16%-
HSV(B)349.47º30.48%73.33%-
XYZ33.2128.4228.55-
YUV148.18123.38155.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 140 (55.08% from 255) = 30.63%
R=40.92%
G=28.45%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713014000.300.250.27349.4729.5362.16
HexBB828C01E191B15d1e3e
Octal27320221403631335353676
Binary101110111000001010001100011110110011101110101110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB828C; }

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

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

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

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

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

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

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

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