Shades of Brandy Rose #BE7E6E
Tints of Brandy Rose #BE7E6E
RGB
CMYK
RGB Variations
Color information
#BE7E6E (or 0xBE7E6E) is known color: Brandy Rose. HEX triplet: BE, 7E and 6E. RGB value is (190,126,110). Sum of RGB (Red+Green+Blue) = 190+126+110=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7E6E is #418191. Grayscale: #8F8F8F. Windows color (decimal): -4293010 or 7241406. OLE color: 7241406.
HSL color Cylindrical-coordinate representation of color #BE7E6E: hue angle of 12º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE7E6E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 126 | 110 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.25 |
| HSL | 12º | 0.38% | 0.59% | - |
| HSV(B) | 12º | 0.42% | 0.75% | - |
| XYZ | 31.51 | 26.99 | 18.3 | - |
| YUV | 143.31 | 109.2 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 126 | 110 | 0 | 0.34 | 0.42 | 0.25 | 12 | 0.38 | 0.59 |
| Hex | BE | 7E | 6E | 0 | 22 | 2A | 19 | C | 26 | 3B |
| Octal | 276 | 176 | 156 | 0 | 42 | 52 | 31 | 14 | 46 | 73 |
| Binary | 10111110 | 1111110 | 1101110 | 0 | 100010 | 101010 | 11001 | 1100 | 100110 | 111011 |
Color Harmonies of #BE7E6E
Complementary color
Monochromatic Colors of #BE7E6E
Black with #BE7E6E
Text Example
Text Example
White with #BE7E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7E6E; }
p { color: rgb(190,126,110); }
H1.HeaderClassName
{
color: #BE7E6E;
}
.AnyTagClassName
{
color: #BE7E6E;
}
</style>
background-color css
<style>
a { background-color: #BE7E6E; }
a { background-color: rgb(190,126,110); }
div.DivClassName
{
background-color: #BE7E6E;
}
.BgClassName
{
background-color: #BE7E6E;
}
</style>
border-color css
<style>
span { border-color: #BE7E6E; }
span { border-color: rgb(190,126,110); }
td.TdClassName
{
border-color: #BE7E6E;
}
.TagClassName
{
border-color: #BE7E6E;
}
</style>