Shades of Brandy Rose #BD7B73
Tints of Brandy Rose #BD7B73
RGB
CMYK
RGB Variations
Color information
#BD7B73 (or 0xBD7B73) is known color: Brandy Rose. HEX triplet: BD, 7B and 73. RGB value is (189,123,115). Sum of RGB (Red+Green+Blue) = 189+123+115=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B73 is #42848C. Grayscale: #8D8D8D. Windows color (decimal): -4359309 or 7568317. OLE color: 7568317.
HSL color Cylindrical-coordinate representation of color #BD7B73: hue angle of 6.49º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7B73 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 123 | 115 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.26 |
| HSL | 6.49º | 0.36% | 0.6% | - |
| HSV(B) | 6.49º | 0.39% | 0.74% | - |
| XYZ | 31.16 | 26.22 | 19.64 | - |
| YUV | 141.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 115 | 0 | 0.35 | 0.39 | 0.26 | 6.49 | 0.36 | 0.6 |
| Hex | BD | 7B | 73 | 0 | 23 | 27 | 1A | 6 | 24 | 3C |
| Octal | 275 | 173 | 163 | 0 | 43 | 47 | 32 | 6 | 44 | 74 |
| Binary | 10111101 | 1111011 | 1110011 | 0 | 100011 | 100111 | 11010 | 110 | 100100 | 111100 |
Color Harmonies of #BD7B73
Complementary color
Monochromatic Colors of #BD7B73
Black with #BD7B73
Text Example
Text Example
White with #BD7B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7B73; }
p { color: rgb(189,123,115); }
H1.HeaderClassName
{
color: #BD7B73;
}
.AnyTagClassName
{
color: #BD7B73;
}
</style>
background-color css
<style>
a { background-color: #BD7B73; }
a { background-color: rgb(189,123,115); }
div.DivClassName
{
background-color: #BD7B73;
}
.BgClassName
{
background-color: #BD7B73;
}
</style>
border-color css
<style>
span { border-color: #BD7B73; }
span { border-color: rgb(189,123,115); }
td.TdClassName
{
border-color: #BD7B73;
}
.TagClassName
{
border-color: #BD7B73;
}
</style>