Shades of Brandy Rose #BE7D73
Tints of Brandy Rose #BE7D73
RGB
CMYK
RGB Variations
Color information
#BE7D73 (or 0xBE7D73) is known color: Brandy Rose. HEX triplet: BE, 7D and 73. RGB value is (190,125,115). Sum of RGB (Red+Green+Blue) = 190+125+115=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D73 is #41828C. Grayscale: #8F8F8F. Windows color (decimal): -4293261 or 7568830. OLE color: 7568830.
HSL color Cylindrical-coordinate representation of color #BE7D73: hue angle of 8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7D73 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 115 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.25 |
| HSL | 8º | 0.37% | 0.6% | - |
| HSV(B) | 8º | 0.39% | 0.75% | - |
| XYZ | 31.66 | 26.85 | 19.73 | - |
| YUV | 143.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 115 | 0 | 0.34 | 0.39 | 0.25 | 8 | 0.37 | 0.6 |
| Hex | BE | 7D | 73 | 0 | 22 | 27 | 19 | 8 | 25 | 3C |
| Octal | 276 | 175 | 163 | 0 | 42 | 47 | 31 | 10 | 45 | 74 |
| Binary | 10111110 | 1111101 | 1110011 | 0 | 100010 | 100111 | 11001 | 1000 | 100101 | 111100 |
Color Harmonies of #BE7D73
Complementary color
Monochromatic Colors of #BE7D73
Black with #BE7D73
Text Example
Text Example
White with #BE7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D73; }
p { color: rgb(190,125,115); }
H1.HeaderClassName
{
color: #BE7D73;
}
.AnyTagClassName
{
color: #BE7D73;
}
</style>
background-color css
<style>
a { background-color: #BE7D73; }
a { background-color: rgb(190,125,115); }
div.DivClassName
{
background-color: #BE7D73;
}
.BgClassName
{
background-color: #BE7D73;
}
</style>
border-color css
<style>
span { border-color: #BE7D73; }
span { border-color: rgb(190,125,115); }
td.TdClassName
{
border-color: #BE7D73;
}
.TagClassName
{
border-color: #BE7D73;
}
</style>