Shades of Brandy Rose #BD7F72
Tints of Brandy Rose #BD7F72
RGB
CMYK
RGB Variations
Color information
#BD7F72 (or 0xBD7F72) is known color: Brandy Rose. HEX triplet: BD, 7F and 72. RGB value is (189,127,114). Sum of RGB (Red+Green+Blue) = 189+127+114=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 127 (50% from 255 or 29.53% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7F72 is #42808D. Grayscale: #909090. Windows color (decimal): -4358286 or 7503805. OLE color: 7503805.
HSL color Cylindrical-coordinate representation of color #BD7F72: hue angle of 10.4º 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 #BD7F72 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 127 | 114 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.26 |
| HSL | 10.4º | 0.36% | 0.59% | - |
| HSV(B) | 10.4º | 0.4% | 0.74% | - |
| XYZ | 31.61 | 27.21 | 19.51 | - |
| YUV | 144.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 114 | 0 | 0.33 | 0.40 | 0.26 | 10.4 | 0.36 | 0.59 |
| Hex | BD | 7F | 72 | 0 | 21 | 28 | 1A | A | 24 | 3B |
| Octal | 275 | 177 | 162 | 0 | 41 | 50 | 32 | 12 | 44 | 73 |
| Binary | 10111101 | 1111111 | 1110010 | 0 | 100001 | 101000 | 11010 | 1010 | 100100 | 111011 |
Color Harmonies of #BD7F72
Complementary color
Monochromatic Colors of #BD7F72
Black with #BD7F72
Text Example
Text Example
White with #BD7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7F72; }
p { color: rgb(189,127,114); }
H1.HeaderClassName
{
color: #BD7F72;
}
.AnyTagClassName
{
color: #BD7F72;
}
</style>
background-color css
<style>
a { background-color: #BD7F72; }
a { background-color: rgb(189,127,114); }
div.DivClassName
{
background-color: #BD7F72;
}
.BgClassName
{
background-color: #BD7F72;
}
</style>
border-color css
<style>
span { border-color: #BD7F72; }
span { border-color: rgb(189,127,114); }
td.TdClassName
{
border-color: #BD7F72;
}
.TagClassName
{
border-color: #BD7F72;
}
</style>