Shades of Puce #BD8094
Tints of Puce #BD8094
RGB
CMYK
RGB Variations
Color information
#BD8094 (or 0xBD8094) is known color: Puce. HEX triplet: BD, 80 and 94. RGB value is (189,128,148). Sum of RGB (Red+Green+Blue) = 189+128+148=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8094 is #427F6B. Grayscale: #949494. Windows color (decimal): -4357996 or 9732285. OLE color: 9732285.
HSL color Cylindrical-coordinate representation of color #BD8094: hue angle of 340.33º 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 #BD8094 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 148 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.26 |
| HSL | 340.33º | 0.32% | 0.62% | - |
| HSV(B) | 340.33º | 0.32% | 0.74% | - |
| XYZ | 34.05 | 28.4 | 31.7 | - |
| YUV | 148.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 148 | 0 | 0.32 | 0.22 | 0.26 | 340.33 | 0.32 | 0.62 |
| Hex | BD | 80 | 94 | 0 | 20 | 16 | 1A | 154 | 20 | 3E |
| Octal | 275 | 200 | 224 | 0 | 40 | 26 | 32 | 524 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10010100 | 0 | 100000 | 10110 | 11010 | 101010100 | 100000 | 111110 |
Color Harmonies of #BD8094
Complementary color
Monochromatic Colors of #BD8094
Black with #BD8094
Text Example
Text Example
White with #BD8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8094; }
p { color: rgb(189,128,148); }
H1.HeaderClassName
{
color: #BD8094;
}
.AnyTagClassName
{
color: #BD8094;
}
</style>
background-color css
<style>
a { background-color: #BD8094; }
a { background-color: rgb(189,128,148); }
div.DivClassName
{
background-color: #BD8094;
}
.BgClassName
{
background-color: #BD8094;
}
</style>
border-color css
<style>
span { border-color: #BD8094; }
span { border-color: rgb(189,128,148); }
td.TdClassName
{
border-color: #BD8094;
}
.TagClassName
{
border-color: #BD8094;
}
</style>