Shades of Brandy Rose #BD8871
Tints of Brandy Rose #BD8871
RGB
CMYK
RGB Variations
Color information
#BD8871 (or 0xBD8871) is known color: Brandy Rose. HEX triplet: BD, 88 and 71. RGB value is (189,136,113). Sum of RGB (Red+Green+Blue) = 189+136+113=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8871 is #42778E. Grayscale: #959595. Windows color (decimal): -4355983 or 7440573. OLE color: 7440573.
HSL color Cylindrical-coordinate representation of color #BD8871: hue angle of 18.16º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8871 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 136 | 113 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.26 |
| HSL | 18.16º | 0.37% | 0.59% | - |
| HSV(B) | 18.16º | 0.4% | 0.74% | - |
| XYZ | 32.77 | 29.62 | 19.61 | - |
| YUV | 149.23 | 107.56 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 113 | 0 | 0.28 | 0.40 | 0.26 | 18.16 | 0.37 | 0.59 |
| Hex | BD | 88 | 71 | 0 | 1C | 28 | 1A | 12 | 25 | 3B |
| Octal | 275 | 210 | 161 | 0 | 34 | 50 | 32 | 22 | 45 | 73 |
| Binary | 10111101 | 10001000 | 1110001 | 0 | 11100 | 101000 | 11010 | 10010 | 100101 | 111011 |
Color Harmonies of #BD8871
Complementary color
Monochromatic Colors of #BD8871
Black with #BD8871
Text Example
Text Example
White with #BD8871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8871; }
p { color: rgb(189,136,113); }
H1.HeaderClassName
{
color: #BD8871;
}
.AnyTagClassName
{
color: #BD8871;
}
</style>
background-color css
<style>
a { background-color: #BD8871; }
a { background-color: rgb(189,136,113); }
div.DivClassName
{
background-color: #BD8871;
}
.BgClassName
{
background-color: #BD8871;
}
</style>
border-color css
<style>
span { border-color: #BD8871; }
span { border-color: rgb(189,136,113); }
td.TdClassName
{
border-color: #BD8871;
}
.TagClassName
{
border-color: #BD8871;
}
</style>