Shades of Brandy Rose #BE8A74
Tints of Brandy Rose #BE8A74
RGB
CMYK
RGB Variations
Color information
#BE8A74 (or 0xBE8A74) is known color: Brandy Rose. HEX triplet: BE, 8A and 74. RGB value is (190,138,116). Sum of RGB (Red+Green+Blue) = 190+138+116=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A74 is #41758B. Grayscale: #979797. Windows color (decimal): -4289932 or 7637694. OLE color: 7637694.
HSL color Cylindrical-coordinate representation of color #BE8A74: hue angle of 17.84º degrees, saturation: 0.36, 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 #BE8A74 is Cyan = 0, Magento = 0.27, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 138 | 116 | - |
| CMYK | 0 | 0.27 | 0.39 | 0.25 |
| HSL | 17.84º | 0.36% | 0.6% | - |
| HSV(B) | 17.84º | 0.39% | 0.75% | - |
| XYZ | 33.48 | 30.39 | 20.62 | - |
| YUV | 151.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 138 | 116 | 0 | 0.27 | 0.39 | 0.25 | 17.84 | 0.36 | 0.6 |
| Hex | BE | 8A | 74 | 0 | 1B | 27 | 19 | 12 | 24 | 3C |
| Octal | 276 | 212 | 164 | 0 | 33 | 47 | 31 | 22 | 44 | 74 |
| Binary | 10111110 | 10001010 | 1110100 | 0 | 11011 | 100111 | 11001 | 10010 | 100100 | 111100 |
Color Harmonies of #BE8A74
Complementary color
Monochromatic Colors of #BE8A74
Black with #BE8A74
Text Example
Text Example
White with #BE8A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8A74; }
p { color: rgb(190,138,116); }
H1.HeaderClassName
{
color: #BE8A74;
}
.AnyTagClassName
{
color: #BE8A74;
}
</style>
background-color css
<style>
a { background-color: #BE8A74; }
a { background-color: rgb(190,138,116); }
div.DivClassName
{
background-color: #BE8A74;
}
.BgClassName
{
background-color: #BE8A74;
}
</style>
border-color css
<style>
span { border-color: #BE8A74; }
span { border-color: rgb(190,138,116); }
td.TdClassName
{
border-color: #BE8A74;
}
.TagClassName
{
border-color: #BE8A74;
}
</style>