Shades of Brandy Rose #BE8670
Tints of Brandy Rose #BE8670
RGB
CMYK
RGB Variations
Color information
#BE8670 (or 0xBE8670) is known color: Brandy Rose. HEX triplet: BE, 86 and 70. RGB value is (190,134,112). Sum of RGB (Red+Green+Blue) = 190+134+112=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8670 is #41798F. Grayscale: #949494. Windows color (decimal): -4290960 or 7374526. OLE color: 7374526.
HSL color Cylindrical-coordinate representation of color #BE8670: hue angle of 16.92º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE8670 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 112 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.25 |
| HSL | 16.92º | 0.38% | 0.59% | - |
| HSV(B) | 16.92º | 0.41% | 0.75% | - |
| XYZ | 32.68 | 29.17 | 19.24 | - |
| YUV | 148.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 112 | 0 | 0.29 | 0.41 | 0.25 | 16.92 | 0.38 | 0.59 |
| Hex | BE | 86 | 70 | 0 | 1D | 29 | 19 | 11 | 26 | 3B |
| Octal | 276 | 206 | 160 | 0 | 35 | 51 | 31 | 21 | 46 | 73 |
| Binary | 10111110 | 10000110 | 1110000 | 0 | 11101 | 101001 | 11001 | 10001 | 100110 | 111011 |
Color Harmonies of #BE8670
Complementary color
Monochromatic Colors of #BE8670
Black with #BE8670
Text Example
Text Example
White with #BE8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8670; }
p { color: rgb(190,134,112); }
H1.HeaderClassName
{
color: #BE8670;
}
.AnyTagClassName
{
color: #BE8670;
}
</style>
background-color css
<style>
a { background-color: #BE8670; }
a { background-color: rgb(190,134,112); }
div.DivClassName
{
background-color: #BE8670;
}
.BgClassName
{
background-color: #BE8670;
}
</style>
border-color css
<style>
span { border-color: #BE8670; }
span { border-color: rgb(190,134,112); }
td.TdClassName
{
border-color: #BE8670;
}
.TagClassName
{
border-color: #BE8670;
}
</style>