Shades of Brandy Rose #BD7E72
Tints of Brandy Rose #BD7E72
RGB
CMYK
RGB Variations
Color information
#BD7E72 (or 0xBD7E72) is known color: Brandy Rose. HEX triplet: BD, 7E and 72. RGB value is (189,126,114). Sum of RGB (Red+Green+Blue) = 189+126+114=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7E72 is #42818D. Grayscale: #8F8F8F. Windows color (decimal): -4358542 or 7503549. OLE color: 7503549.
HSL color Cylindrical-coordinate representation of color #BD7E72: hue angle of 9.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 #BD7E72 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 126 | 114 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.26 |
| HSL | 9.6º | 0.36% | 0.59% | - |
| HSV(B) | 9.6º | 0.4% | 0.74% | - |
| XYZ | 31.48 | 26.96 | 19.46 | - |
| YUV | 143.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 126 | 114 | 0 | 0.33 | 0.40 | 0.26 | 9.6 | 0.36 | 0.59 |
| Hex | BD | 7E | 72 | 0 | 21 | 28 | 1A | A | 24 | 3B |
| Octal | 275 | 176 | 162 | 0 | 41 | 50 | 32 | 12 | 44 | 73 |
| Binary | 10111101 | 1111110 | 1110010 | 0 | 100001 | 101000 | 11010 | 1010 | 100100 | 111011 |
Color Harmonies of #BD7E72
Complementary color
Monochromatic Colors of #BD7E72
Black with #BD7E72
Text Example
Text Example
White with #BD7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7E72; }
p { color: rgb(189,126,114); }
H1.HeaderClassName
{
color: #BD7E72;
}
.AnyTagClassName
{
color: #BD7E72;
}
</style>
background-color css
<style>
a { background-color: #BD7E72; }
a { background-color: rgb(189,126,114); }
div.DivClassName
{
background-color: #BD7E72;
}
.BgClassName
{
background-color: #BD7E72;
}
</style>
border-color css
<style>
span { border-color: #BD7E72; }
span { border-color: rgb(189,126,114); }
td.TdClassName
{
border-color: #BD7E72;
}
.TagClassName
{
border-color: #BD7E72;
}
</style>