#BD8097

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

Shades of Puce #BD8097

Tints of Puce #BD8097

Color information

#BD8097 (or 0xBD8097) is unknown color: approx Puce. HEX triplet: BD, 80 and 97. RGB value is (189,128,151). Sum of RGB (Red+Green+Blue) = 189+128+151=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8097 is #427F68. Grayscale: #949494. Windows color (decimal): -4357993 or 9928893. OLE color: 9928893.

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

Color convert

RGB189128151-
CMYK00.320.200.26
HSL337.38º31.61%62.16%-
HSV(B)337.38º32.28%74.12%-
XYZ34.2928.4932.97-
YUV148.86129.21156.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.38%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=40.38%
G=27.35%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912815100.320.200.26337.3831.6162.16
HexBD8097020141A151203e
Octal27520022704024325214076
Binary10111101100000001001011101000001010011010101010001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD8097; }

 p { color: rgb(189,128,151); }

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

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

 a { background-color: rgb(189,128,151); }

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

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

 span { border-color: rgb(189,128,151); }

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