Shades of Brandy Rose #BE8676
Tints of Brandy Rose #BE8676
RGB
CMYK
RGB Variations
Color information
#BE8676 (or 0xBE8676) is known color: Brandy Rose. HEX triplet: BE, 86 and 76. RGB value is (190,134,118). Sum of RGB (Red+Green+Blue) = 190+134+118=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 134 (52.73% from 255 or 30.32% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8676 is #417989. Grayscale: #959595. Windows color (decimal): -4290954 or 7767742. OLE color: 7767742.
HSL color Cylindrical-coordinate representation of color #BE8676: hue angle of 13.33º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE8676 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 134 | 118 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.25 |
| HSL | 13.33º | 0.36% | 0.6% | - |
| HSV(B) | 13.33º | 0.38% | 0.75% | - |
| XYZ | 33.03 | 29.31 | 21.06 | - |
| YUV | 148.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 134 | 118 | 0 | 0.29 | 0.38 | 0.25 | 13.33 | 0.36 | 0.6 |
| Hex | BE | 86 | 76 | 0 | 1D | 26 | 19 | D | 24 | 3C |
| Octal | 276 | 206 | 166 | 0 | 35 | 46 | 31 | 15 | 44 | 74 |
| Binary | 10111110 | 10000110 | 1110110 | 0 | 11101 | 100110 | 11001 | 1101 | 100100 | 111100 |
Color Harmonies of #BE8676
Complementary color
Monochromatic Colors of #BE8676
Black with #BE8676
Text Example
Text Example
White with #BE8676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE8676; }
p { color: rgb(190,134,118); }
H1.HeaderClassName
{
color: #BE8676;
}
.AnyTagClassName
{
color: #BE8676;
}
</style>
background-color css
<style>
a { background-color: #BE8676; }
a { background-color: rgb(190,134,118); }
div.DivClassName
{
background-color: #BE8676;
}
.BgClassName
{
background-color: #BE8676;
}
</style>
border-color css
<style>
span { border-color: #BE8676; }
span { border-color: rgb(190,134,118); }
td.TdClassName
{
border-color: #BE8676;
}
.TagClassName
{
border-color: #BE8676;
}
</style>