#BD8390

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

Shades of Puce #BD8390

Tints of Puce #BD8390

Color information

#BD8390 (or 0xBD8390) is unknown color: approx Puce. HEX triplet: BD, 83 and 90. RGB value is (189,131,144). Sum of RGB (Red+Green+Blue) = 189+131+144=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8390 is #427C6F. Grayscale: #959595. Windows color (decimal): -4357232 or 9470909. OLE color: 9470909.

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

Color convert

RGB189131144-
CMYK00.310.240.26
HSL346.55º30.53%62.75%-
HSV(B)346.55º30.69%74.12%-
XYZ34.1429.0730.2-
YUV149.82124.72155.94-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.73%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=40.73%
G=28.23%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913114400.310.240.26346.5530.5362.75
HexBD839001F181A15b1f3f
Octal27520322003730325333777
Binary101111011000001110010000011111110001101010101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8390; }

 p { color: rgb(189,131,144); }

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

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

 a { background-color: rgb(189,131,144); }

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

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

 span { border-color: rgb(189,131,144); }

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