#BD7D95

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

Shades of Puce #BD7D95

Tints of Puce #BD7D95

Color information

#BD7D95 (or 0xBD7D95) is unknown color: approx Puce. HEX triplet: BD, 7D and 95. RGB value is (189,125,149). Sum of RGB (Red+Green+Blue) = 189+125+149=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7D95 is #42826A. Grayscale: #929292. Windows color (decimal): -4358763 or 9797053. OLE color: 9797053.

HSL color Cylindrical-coordinate representation of color #BD7D95: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD7D95 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB189125149-
CMYK00.340.210.26
HSL337.5º32.65%61.57%-
HSV(B)337.5º33.86%74.12%-
XYZ33.7427.6631.99-
YUV146.87129.2158.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.82%
GREEN value IS 125 (49.22% from 255) = 27.00%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=40.82%
G=27.00%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912514900.340.210.26337.532.6561.57
HexBD7D95022151A152213e
Octal27517522504225325224176
Binary1011110111111011001010101000101010111010101010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D95; }

 p { color: rgb(189,125,149); }

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

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

 a { background-color: rgb(189,125,149); }

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

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

 span { border-color: rgb(189,125,149); }

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