Shades of Puce #BD888A
Tints of Puce #BD888A
RGB
CMYK
RGB Variations
Color information
#BD888A (or 0xBD888A) is known color: Puce. HEX triplet: BD, 88 and 8A. RGB value is (189,136,138). Sum of RGB (Red+Green+Blue) = 189+136+138=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD888A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD888A is #427775. Grayscale: #989898. Windows color (decimal): -4355958 or 9078973. OLE color: 9078973.
HSL color Cylindrical-coordinate representation of color #BD888A: hue angle of 357.74º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD888A is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 138 | - |
| CMYK | 0 | 0.28 | 0.27 | 0.26 |
| HSL | 357.74º | 0.29% | 0.64% | - |
| HSV(B) | 357.74º | 0.28% | 0.74% | - |
| XYZ | 34.38 | 30.26 | 28.07 | - |
| YUV | 152.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 138 | 0 | 0.28 | 0.27 | 0.26 | 357.74 | 0.29 | 0.64 |
| Hex | BD | 88 | 8A | 0 | 1C | 1B | 1A | 166 | 1D | 40 |
| Octal | 275 | 210 | 212 | 0 | 34 | 33 | 32 | 546 | 35 | 100 |
| Binary | 10111101 | 10001000 | 10001010 | 0 | 11100 | 11011 | 11010 | 101100110 | 11101 | 1000000 |
Color Harmonies of #BD888A
Complementary color
Monochromatic Colors of #BD888A
Black with #BD888A
Text Example
Text Example
White with #BD888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD888A; }
p { color: rgb(189,136,138); }
H1.HeaderClassName
{
color: #BD888A;
}
.AnyTagClassName
{
color: #BD888A;
}
</style>
background-color css
<style>
a { background-color: #BD888A; }
a { background-color: rgb(189,136,138); }
div.DivClassName
{
background-color: #BD888A;
}
.BgClassName
{
background-color: #BD888A;
}
</style>
border-color css
<style>
span { border-color: #BD888A; }
span { border-color: rgb(189,136,138); }
td.TdClassName
{
border-color: #BD888A;
}
.TagClassName
{
border-color: #BD888A;
}
</style>