Shades of Brandy Rose #BE876D
Tints of Brandy Rose #BE876D
RGB
CMYK
RGB Variations
Color information
#BE876D (or 0xBE876D) is known color: Brandy Rose. HEX triplet: BE, 87 and 6D. RGB value is (190,135,109). Sum of RGB (Red+Green+Blue) = 190+135+109=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 109 (42.97% from 255 or 25.12% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE876D is #417892. Grayscale: #949494. Windows color (decimal): -4290707 or 7178174. OLE color: 7178174.
HSL color Cylindrical-coordinate representation of color #BE876D: hue angle of 19.26º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE876D is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 135 | 109 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.25 |
| HSL | 19.26º | 0.38% | 0.59% | - |
| HSV(B) | 19.26º | 0.43% | 0.75% | - |
| XYZ | 32.66 | 29.38 | 18.42 | - |
| YUV | 148.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 135 | 109 | 0 | 0.29 | 0.43 | 0.25 | 19.26 | 0.38 | 0.59 |
| Hex | BE | 87 | 6D | 0 | 1D | 2B | 19 | 13 | 26 | 3B |
| Octal | 276 | 207 | 155 | 0 | 35 | 53 | 31 | 23 | 46 | 73 |
| Binary | 10111110 | 10000111 | 1101101 | 0 | 11101 | 101011 | 11001 | 10011 | 100110 | 111011 |
Color Harmonies of #BE876D
Complementary color
Monochromatic Colors of #BE876D
Black with #BE876D
Text Example
Text Example
White with #BE876D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE876D; }
p { color: rgb(190,135,109); }
H1.HeaderClassName
{
color: #BE876D;
}
.AnyTagClassName
{
color: #BE876D;
}
</style>
background-color css
<style>
a { background-color: #BE876D; }
a { background-color: rgb(190,135,109); }
div.DivClassName
{
background-color: #BE876D;
}
.BgClassName
{
background-color: #BE876D;
}
</style>
border-color css
<style>
span { border-color: #BE876D; }
span { border-color: rgb(190,135,109); }
td.TdClassName
{
border-color: #BE876D;
}
.TagClassName
{
border-color: #BE876D;
}
</style>