#BD8288

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

Shades of Puce #BD8288

Tints of Puce #BD8288

Color information

#BD8288 (or 0xBD8288) is unknown color: approx Puce. HEX triplet: BD, 82 and 88. RGB value is (189,130,136). Sum of RGB (Red+Green+Blue) = 189+130+136=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8288 is #427D77. Grayscale: #949494. Windows color (decimal): -4357496 or 8946365. OLE color: 8946365.

HSL color Cylindrical-coordinate representation of color #BD8288: hue angle of 353.9º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD8288 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB189130136-
CMYK00.310.280.26
HSL353.9º30.89%62.55%-
HSV(B)353.9º31.22%74.12%-
XYZ33.4128.5627.04-
YUV148.32121.05157.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.54%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=41.54%
G=28.57%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913013600.310.280.26353.930.8962.55
HexBD828801F1C1A1621f3f
Octal27520221003734325423777
Binary101111011000001010001000011111111001101010110001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8288; }

 p { color: rgb(189,130,136); }

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

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

 a { background-color: rgb(189,130,136); }

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

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

 span { border-color: rgb(189,130,136); }

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