Shades of Brandy Rose #BE8C74
Tints of Brandy Rose #BE8C74
RGB
CMYK
RGB Variations
Color information
#BE8C74 (or 0xBE8C74) is known color: Brandy Rose. HEX triplet: BE, 8C and 74. RGB value is (190,140,116). Sum of RGB (Red+Green+Blue) = 190+140+116=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 140 (55.08% from 255 or 31.39% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C74 is #41738B. Grayscale: #989898. Windows color (decimal): -4289420 or 7638206. OLE color: 7638206.
HSL color Cylindrical-coordinate representation of color #BE8C74: hue angle of 19.46º 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 #BE8C74 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 140 | 116 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.25 |
| HSL | 19.46º | 0.36% | 0.6% | - |
| HSV(B) | 19.46º | 0.39% | 0.75% | - |
| XYZ | 33.77 | 30.96 | 20.72 | - |
| YUV | 152.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 140 | 116 | 0 | 0.26 | 0.39 | 0.25 | 19.46 | 0.36 | 0.6 |
| Hex | BE | 8C | 74 | 0 | 1A | 27 | 19 | 13 | 24 | 3C |
| Octal | 276 | 214 | 164 | 0 | 32 | 47 | 31 | 23 | 44 | 74 |
| Binary | 10111110 | 10001100 | 1110100 | 0 | 11010 | 100111 | 11001 | 10011 | 100100 | 111100 |
Color Harmonies of #BE8C74
Complementary color
Monochromatic Colors of #BE8C74
Black with #BE8C74
Text Example
Text Example
White with #BE8C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8C74; }
p { color: rgb(190,140,116); }
H1.HeaderClassName
{
color: #BE8C74;
}
.AnyTagClassName
{
color: #BE8C74;
}
</style>
background-color css
<style>
a { background-color: #BE8C74; }
a { background-color: rgb(190,140,116); }
div.DivClassName
{
background-color: #BE8C74;
}
.BgClassName
{
background-color: #BE8C74;
}
</style>
border-color css
<style>
span { border-color: #BE8C74; }
span { border-color: rgb(190,140,116); }
td.TdClassName
{
border-color: #BE8C74;
}
.TagClassName
{
border-color: #BE8C74;
}
</style>