Shades of Brandy Rose #BD8973
Tints of Brandy Rose #BD8973
RGB
CMYK
RGB Variations
Color information
#BD8973 (or 0xBD8973) is known color: Brandy Rose. HEX triplet: BD, 89 and 73. RGB value is (189,137,115). Sum of RGB (Red+Green+Blue) = 189+137+115=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8973 is #42768C. Grayscale: #969696. Windows color (decimal): -4355725 or 7571901. OLE color: 7571901.
HSL color Cylindrical-coordinate representation of color #BD8973: hue angle of 17.84º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8973 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 137 | 115 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.26 |
| HSL | 17.84º | 0.36% | 0.6% | - |
| HSV(B) | 17.84º | 0.39% | 0.74% | - |
| XYZ | 33.03 | 29.95 | 20.26 | - |
| YUV | 150.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 137 | 115 | 0 | 0.28 | 0.39 | 0.26 | 17.84 | 0.36 | 0.6 |
| Hex | BD | 89 | 73 | 0 | 1C | 27 | 1A | 12 | 24 | 3C |
| Octal | 275 | 211 | 163 | 0 | 34 | 47 | 32 | 22 | 44 | 74 |
| Binary | 10111101 | 10001001 | 1110011 | 0 | 11100 | 100111 | 11010 | 10010 | 100100 | 111100 |
Color Harmonies of #BD8973
Complementary color
Monochromatic Colors of #BD8973
Black with #BD8973
Text Example
Text Example
White with #BD8973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8973; }
p { color: rgb(189,137,115); }
H1.HeaderClassName
{
color: #BD8973;
}
.AnyTagClassName
{
color: #BD8973;
}
</style>
background-color css
<style>
a { background-color: #BD8973; }
a { background-color: rgb(189,137,115); }
div.DivClassName
{
background-color: #BD8973;
}
.BgClassName
{
background-color: #BD8973;
}
</style>
border-color css
<style>
span { border-color: #BD8973; }
span { border-color: rgb(189,137,115); }
td.TdClassName
{
border-color: #BD8973;
}
.TagClassName
{
border-color: #BD8973;
}
</style>