Shades of Brandy Rose #BE7D6E
Tints of Brandy Rose #BE7D6E
RGB
CMYK
RGB Variations
Color information
#BE7D6E (or 0xBE7D6E) is known color: Brandy Rose. HEX triplet: BE, 7D and 6E. RGB value is (190,125,110). Sum of RGB (Red+Green+Blue) = 190+125+110=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D6E is #418291. Grayscale: #8E8E8E. Windows color (decimal): -4293266 or 7241150. OLE color: 7241150.
HSL color Cylindrical-coordinate representation of color #BE7D6E: hue angle of 11.25º 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 #BE7D6E is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 110 | - |
| CMYK | 0 | 0.34 | 0.42 | 0.25 |
| HSL | 11.25º | 0.38% | 0.59% | - |
| HSV(B) | 11.25º | 0.42% | 0.75% | - |
| XYZ | 31.38 | 26.74 | 18.26 | - |
| YUV | 142.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 110 | 0 | 0.34 | 0.42 | 0.25 | 11.25 | 0.38 | 0.59 |
| Hex | BE | 7D | 6E | 0 | 22 | 2A | 19 | B | 26 | 3B |
| Octal | 276 | 175 | 156 | 0 | 42 | 52 | 31 | 13 | 46 | 73 |
| Binary | 10111110 | 1111101 | 1101110 | 0 | 100010 | 101010 | 11001 | 1011 | 100110 | 111011 |
Color Harmonies of #BE7D6E
Complementary color
Monochromatic Colors of #BE7D6E
Black with #BE7D6E
Text Example
Text Example
White with #BE7D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D6E; }
p { color: rgb(190,125,110); }
H1.HeaderClassName
{
color: #BE7D6E;
}
.AnyTagClassName
{
color: #BE7D6E;
}
</style>
background-color css
<style>
a { background-color: #BE7D6E; }
a { background-color: rgb(190,125,110); }
div.DivClassName
{
background-color: #BE7D6E;
}
.BgClassName
{
background-color: #BE7D6E;
}
</style>
border-color css
<style>
span { border-color: #BE7D6E; }
span { border-color: rgb(190,125,110); }
td.TdClassName
{
border-color: #BE7D6E;
}
.TagClassName
{
border-color: #BE7D6E;
}
</style>