#BD8296

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

Shades of Puce #BD8296

Tints of Puce #BD8296

Color information

#BD8296 (or 0xBD8296) is unknown color: approx Puce. HEX triplet: BD, 82 and 96. RGB value is (189,130,150). Sum of RGB (Red+Green+Blue) = 189+130+150=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 150 (58.98% from 255 or 31.98% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8296 is #427D69. Grayscale: #959595. Windows color (decimal): -4357482 or 9863869. OLE color: 9863869.

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

Color convert

RGB189130150-
CMYK00.310.210.26
HSL339.66º30.89%62.55%-
HSV(B)339.66º31.22%74.12%-
XYZ34.4728.9932.63-
YUV149.92128.05155.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 150 (58.98% from 255) = 31.98%
R=40.30%
G=27.72%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18913015000.310.210.26339.6630.8962.55
HexBD829601F151A1541f3f
Octal27520222603725325243777
Binary101111011000001010010110011111101011101010101010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8296; }

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

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

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

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

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

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

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

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