Shades of Brandy Rose #BE7D6C
Tints of Brandy Rose #BE7D6C
RGB
CMYK
RGB Variations
Color information
#BE7D6C (or 0xBE7D6C) is known color: Brandy Rose. HEX triplet: BE, 7D and 6C. RGB value is (190,125,108). Sum of RGB (Red+Green+Blue) = 190+125+108=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7D6C is #418293. Grayscale: #8E8E8E. Windows color (decimal): -4293268 or 7110078. OLE color: 7110078.
HSL color Cylindrical-coordinate representation of color #BE7D6C: hue angle of 12.44º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE7D6C is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 125 | 108 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.25 |
| HSL | 12.44º | 0.39% | 0.58% | - |
| HSV(B) | 12.44º | 0.43% | 0.75% | - |
| XYZ | 31.28 | 26.7 | 17.69 | - |
| YUV | 142.5 | 108.53 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 125 | 108 | 0 | 0.34 | 0.43 | 0.25 | 12.44 | 0.39 | 0.58 |
| Hex | BE | 7D | 6C | 0 | 22 | 2B | 19 | C | 27 | 3A |
| Octal | 276 | 175 | 154 | 0 | 42 | 53 | 31 | 14 | 47 | 72 |
| Binary | 10111110 | 1111101 | 1101100 | 0 | 100010 | 101011 | 11001 | 1100 | 100111 | 111010 |
Color Harmonies of #BE7D6C
Complementary color
Monochromatic Colors of #BE7D6C
Black with #BE7D6C
Text Example
Text Example
White with #BE7D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7D6C; }
p { color: rgb(190,125,108); }
H1.HeaderClassName
{
color: #BE7D6C;
}
.AnyTagClassName
{
color: #BE7D6C;
}
</style>
background-color css
<style>
a { background-color: #BE7D6C; }
a { background-color: rgb(190,125,108); }
div.DivClassName
{
background-color: #BE7D6C;
}
.BgClassName
{
background-color: #BE7D6C;
}
</style>
border-color css
<style>
span { border-color: #BE7D6C; }
span { border-color: rgb(190,125,108); }
td.TdClassName
{
border-color: #BE7D6C;
}
.TagClassName
{
border-color: #BE7D6C;
}
</style>