Shades of Brandy Rose #BD8371
Tints of Brandy Rose #BD8371
RGB
CMYK
RGB Variations
Color information
#BD8371 (or 0xBD8371) is known color: Brandy Rose. HEX triplet: BD, 83 and 71. RGB value is (189,131,113). Sum of RGB (Red+Green+Blue) = 189+131+113=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8371 is #427C8E. Grayscale: #929292. Windows color (decimal): -4357263 or 7439293. OLE color: 7439293.
HSL color Cylindrical-coordinate representation of color #BD8371: hue angle of 14.21º 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 #BD8371 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 113 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.26 |
| HSL | 14.21º | 0.37% | 0.59% | - |
| HSV(B) | 14.21º | 0.4% | 0.74% | - |
| XYZ | 32.08 | 28.24 | 19.38 | - |
| YUV | 146.29 | 109.22 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 113 | 0 | 0.31 | 0.40 | 0.26 | 14.21 | 0.37 | 0.59 |
| Hex | BD | 83 | 71 | 0 | 1F | 28 | 1A | E | 25 | 3B |
| Octal | 275 | 203 | 161 | 0 | 37 | 50 | 32 | 16 | 45 | 73 |
| Binary | 10111101 | 10000011 | 1110001 | 0 | 11111 | 101000 | 11010 | 1110 | 100101 | 111011 |
Color Harmonies of #BD8371
Complementary color
Monochromatic Colors of #BD8371
Black with #BD8371
Text Example
Text Example
White with #BD8371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8371; }
p { color: rgb(189,131,113); }
H1.HeaderClassName
{
color: #BD8371;
}
.AnyTagClassName
{
color: #BD8371;
}
</style>
background-color css
<style>
a { background-color: #BD8371; }
a { background-color: rgb(189,131,113); }
div.DivClassName
{
background-color: #BD8371;
}
.BgClassName
{
background-color: #BD8371;
}
</style>
border-color css
<style>
span { border-color: #BD8371; }
span { border-color: rgb(189,131,113); }
td.TdClassName
{
border-color: #BD8371;
}
.TagClassName
{
border-color: #BD8371;
}
</style>