#BD8589

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

Shades of Puce #BD8589

Tints of Puce #BD8589

Color information

#BD8589 (or 0xBD8589) is unknown color: approx Puce. HEX triplet: BD, 85 and 89. RGB value is (189,133,137). Sum of RGB (Red+Green+Blue) = 189+133+137=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8589 is #427A76. Grayscale: #969696. Windows color (decimal): -4356727 or 9012669. OLE color: 9012669.

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

Color convert

RGB189133137-
CMYK00.300.280.26
HSL355.71º29.79%63.14%-
HSV(B)355.71º29.63%74.12%-
XYZ33.8929.427.56-
YUV150.2120.55155.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 137 (53.91% from 255) = 29.85%
R=41.18%
G=28.98%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913313700.300.280.26355.7129.7963.14
HexBD858901E1C1A1641e3f
Octal27520521103634325443677
Binary101111011000010110001001011110111001101010110010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8589; }

 p { color: rgb(189,133,137); }

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

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

 a { background-color: rgb(189,133,137); }

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

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

 span { border-color: rgb(189,133,137); }

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