Shades of Brandy Rose #BD8372
Tints of Brandy Rose #BD8372
RGB
CMYK
RGB Variations
Color information
#BD8372 (or 0xBD8372) is known color: Brandy Rose. HEX triplet: BD, 83 and 72. RGB value is (189,131,114). Sum of RGB (Red+Green+Blue) = 189+131+114=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD8372 is #427C8D. Grayscale: #929292. Windows color (decimal): -4357262 or 7504829. OLE color: 7504829.
HSL color Cylindrical-coordinate representation of color #BD8372: hue angle of 13.6º degrees, saturation: 0.36, 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 #BD8372 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 114 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.26 |
| HSL | 13.6º | 0.36% | 0.59% | - |
| HSV(B) | 13.6º | 0.4% | 0.74% | - |
| XYZ | 32.14 | 28.27 | 19.68 | - |
| YUV | 146.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 114 | 0 | 0.31 | 0.40 | 0.26 | 13.6 | 0.36 | 0.59 |
| Hex | BD | 83 | 72 | 0 | 1F | 28 | 1A | E | 24 | 3B |
| Octal | 275 | 203 | 162 | 0 | 37 | 50 | 32 | 16 | 44 | 73 |
| Binary | 10111101 | 10000011 | 1110010 | 0 | 11111 | 101000 | 11010 | 1110 | 100100 | 111011 |
Color Harmonies of #BD8372
Complementary color
Monochromatic Colors of #BD8372
Black with #BD8372
Text Example
Text Example
White with #BD8372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8372; }
p { color: rgb(189,131,114); }
H1.HeaderClassName
{
color: #BD8372;
}
.AnyTagClassName
{
color: #BD8372;
}
</style>
background-color css
<style>
a { background-color: #BD8372; }
a { background-color: rgb(189,131,114); }
div.DivClassName
{
background-color: #BD8372;
}
.BgClassName
{
background-color: #BD8372;
}
</style>
border-color css
<style>
span { border-color: #BD8372; }
span { border-color: rgb(189,131,114); }
td.TdClassName
{
border-color: #BD8372;
}
.TagClassName
{
border-color: #BD8372;
}
</style>