Shades of Puce #BD8295
Tints of Puce #BD8295
RGB
CMYK
RGB Variations
Color information
#BD8295 (or 0xBD8295) is known color: Puce. HEX triplet: BD, 82 and 95. RGB value is (189,130,149). Sum of RGB (Red+Green+Blue) = 189+130+149=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8295 is #427D6A. Grayscale: #959595. Windows color (decimal): -4357483 or 9798333. OLE color: 9798333.
HSL color Cylindrical-coordinate representation of color #BD8295: hue angle of 340.68º 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 #BD8295 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 130 | 149 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.26 |
| HSL | 340.68º | 0.31% | 0.63% | - |
| HSV(B) | 340.68º | 0.31% | 0.74% | - |
| XYZ | 34.39 | 28.95 | 32.21 | - |
| YUV | 149.81 | 127.55 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 149 | 0 | 0.31 | 0.21 | 0.26 | 340.68 | 0.31 | 0.63 |
| Hex | BD | 82 | 95 | 0 | 1F | 15 | 1A | 155 | 1F | 3F |
| Octal | 275 | 202 | 225 | 0 | 37 | 25 | 32 | 525 | 37 | 77 |
| Binary | 10111101 | 10000010 | 10010101 | 0 | 11111 | 10101 | 11010 | 101010101 | 11111 | 111111 |
Color Harmonies of #BD8295
Complementary color
Monochromatic Colors of #BD8295
Black with #BD8295
Text Example
Text Example
White with #BD8295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8295; }
p { color: rgb(189,130,149); }
H1.HeaderClassName
{
color: #BD8295;
}
.AnyTagClassName
{
color: #BD8295;
}
</style>
background-color css
<style>
a { background-color: #BD8295; }
a { background-color: rgb(189,130,149); }
div.DivClassName
{
background-color: #BD8295;
}
.BgClassName
{
background-color: #BD8295;
}
</style>
border-color css
<style>
span { border-color: #BD8295; }
span { border-color: rgb(189,130,149); }
td.TdClassName
{
border-color: #BD8295;
}
.TagClassName
{
border-color: #BD8295;
}
</style>