Shades of Brandy Rose #BD7B72
Tints of Brandy Rose #BD7B72
RGB
CMYK
RGB Variations
Color information
#BD7B72 (or 0xBD7B72) is known color: Brandy Rose. HEX triplet: BD, 7B and 72. RGB value is (189,123,114). Sum of RGB (Red+Green+Blue) = 189+123+114=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B72 is #42848D. Grayscale: #8D8D8D. Windows color (decimal): -4359310 or 7502781. OLE color: 7502781.
HSL color Cylindrical-coordinate representation of color #BD7B72: hue angle of 7.2º 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 #BD7B72 is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 114 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.26 |
| HSL | 7.2º | 0.36% | 0.59% | - |
| HSV(B) | 7.2º | 0.4% | 0.74% | - |
| XYZ | 31.11 | 26.2 | 19.34 | - |
| YUV | 141.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 114 | 0 | 0.35 | 0.40 | 0.26 | 7.2 | 0.36 | 0.59 |
| Hex | BD | 7B | 72 | 0 | 23 | 28 | 1A | 7 | 24 | 3B |
| Octal | 275 | 173 | 162 | 0 | 43 | 50 | 32 | 7 | 44 | 73 |
| Binary | 10111101 | 1111011 | 1110010 | 0 | 100011 | 101000 | 11010 | 111 | 100100 | 111011 |
Color Harmonies of #BD7B72
Complementary color
Monochromatic Colors of #BD7B72
Black with #BD7B72
Text Example
Text Example
White with #BD7B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B72; }
p { color: rgb(189,123,114); }
H1.HeaderClassName
{
color: #BD7B72;
}
.AnyTagClassName
{
color: #BD7B72;
}
</style>
background-color css
<style>
a { background-color: #BD7B72; }
a { background-color: rgb(189,123,114); }
div.DivClassName
{
background-color: #BD7B72;
}
.BgClassName
{
background-color: #BD7B72;
}
</style>
border-color css
<style>
span { border-color: #BD7B72; }
span { border-color: rgb(189,123,114); }
td.TdClassName
{
border-color: #BD7B72;
}
.TagClassName
{
border-color: #BD7B72;
}
</style>