Shades of Brandy Rose #BD8571
Tints of Brandy Rose #BD8571
RGB
CMYK
RGB Variations
Color information
#BD8571 (or 0xBD8571) is known color: Brandy Rose. HEX triplet: BD, 85 and 71. RGB value is (189,133,113). Sum of RGB (Red+Green+Blue) = 189+133+113=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8571 is #427A8E. Grayscale: #939393. Windows color (decimal): -4356751 or 7439805. OLE color: 7439805.
HSL color Cylindrical-coordinate representation of color #BD8571: hue angle of 15.79º 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 #BD8571 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 133 | 113 | - |
| CMYK | 0 | 0.30 | 0.40 | 0.26 |
| HSL | 15.79º | 0.37% | 0.59% | - |
| HSV(B) | 15.79º | 0.4% | 0.74% | - |
| XYZ | 32.35 | 28.79 | 19.47 | - |
| YUV | 147.46 | 108.55 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 113 | 0 | 0.30 | 0.40 | 0.26 | 15.79 | 0.37 | 0.59 |
| Hex | BD | 85 | 71 | 0 | 1E | 28 | 1A | 10 | 25 | 3B |
| Octal | 275 | 205 | 161 | 0 | 36 | 50 | 32 | 20 | 45 | 73 |
| Binary | 10111101 | 10000101 | 1110001 | 0 | 11110 | 101000 | 11010 | 10000 | 100101 | 111011 |
Color Harmonies of #BD8571
Complementary color
Monochromatic Colors of #BD8571
Black with #BD8571
Text Example
Text Example
White with #BD8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8571; }
p { color: rgb(189,133,113); }
H1.HeaderClassName
{
color: #BD8571;
}
.AnyTagClassName
{
color: #BD8571;
}
</style>
background-color css
<style>
a { background-color: #BD8571; }
a { background-color: rgb(189,133,113); }
div.DivClassName
{
background-color: #BD8571;
}
.BgClassName
{
background-color: #BD8571;
}
</style>
border-color css
<style>
span { border-color: #BD8571; }
span { border-color: rgb(189,133,113); }
td.TdClassName
{
border-color: #BD8571;
}
.TagClassName
{
border-color: #BD8571;
}
</style>