Shades of Brandy Rose #BE7E71
Tints of Brandy Rose #BE7E71
RGB
CMYK
RGB Variations
Color information
#BE7E71 (or 0xBE7E71) is known color: Brandy Rose. HEX triplet: BE, 7E and 71. RGB value is (190,126,113). Sum of RGB (Red+Green+Blue) = 190+126+113=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E71 is #41818E. Grayscale: #8F8F8F. Windows color (decimal): -4293007 or 7438014. OLE color: 7438014.
HSL color Cylindrical-coordinate representation of color #BE7E71: hue angle of 10.13º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7E71 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 113 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.25 |
| HSL | 10.13º | 0.37% | 0.59% | - |
| HSV(B) | 10.13º | 0.41% | 0.75% | - |
| XYZ | 31.68 | 27.06 | 19.18 | - |
| YUV | 143.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 113 | 0 | 0.34 | 0.41 | 0.25 | 10.13 | 0.37 | 0.59 |
| Hex | BE | 7E | 71 | 0 | 22 | 29 | 19 | A | 25 | 3B |
| Octal | 276 | 176 | 161 | 0 | 42 | 51 | 31 | 12 | 45 | 73 |
| Binary | 10111110 | 1111110 | 1110001 | 0 | 100010 | 101001 | 11001 | 1010 | 100101 | 111011 |
Color Harmonies of #BE7E71
Complementary color
Monochromatic Colors of #BE7E71
Black with #BE7E71
Text Example
Text Example
White with #BE7E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E71; }
p { color: rgb(190,126,113); }
H1.HeaderClassName
{
color: #BE7E71;
}
.AnyTagClassName
{
color: #BE7E71;
}
</style>
background-color css
<style>
a { background-color: #BE7E71; }
a { background-color: rgb(190,126,113); }
div.DivClassName
{
background-color: #BE7E71;
}
.BgClassName
{
background-color: #BE7E71;
}
</style>
border-color css
<style>
span { border-color: #BE7E71; }
span { border-color: rgb(190,126,113); }
td.TdClassName
{
border-color: #BE7E71;
}
.TagClassName
{
border-color: #BE7E71;
}
</style>