Shades of Brandy Rose #BE857B
Tints of Brandy Rose #BE857B
RGB
CMYK
RGB Variations
Color information
#BE857B (or 0xBE857B) is known color: Brandy Rose. HEX triplet: BE, 85 and 7B. RGB value is (190,133,123). Sum of RGB (Red+Green+Blue) = 190+133+123=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 133 (52.34% from 255 or 29.82% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE857B is #417A84. Grayscale: #959595. Windows color (decimal): -4291205 or 8095166. OLE color: 8095166.
HSL color Cylindrical-coordinate representation of color #BE857B: hue angle of 8.96º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BE857B is Cyan = 0, Magento = 0.3, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 133 | 123 | - |
| CMYK | 0 | 0.3 | 0.35 | 0.25 |
| HSL | 8.96º | 0.34% | 0.61% | - |
| HSV(B) | 8.96º | 0.35% | 0.75% | - |
| XYZ | 33.2 | 29.15 | 22.62 | - |
| YUV | 148.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 133 | 123 | 0 | 0.3 | 0.35 | 0.25 | 8.96 | 0.34 | 0.61 |
| Hex | BE | 85 | 7B | 0 | 1E | 23 | 19 | 9 | 22 | 3D |
| Octal | 276 | 205 | 173 | 0 | 36 | 43 | 31 | 11 | 42 | 75 |
| Binary | 10111110 | 10000101 | 1111011 | 0 | 11110 | 100011 | 11001 | 1001 | 100010 | 111101 |
Color Harmonies of #BE857B
Complementary color
Monochromatic Colors of #BE857B
Black with #BE857B
Text Example
Text Example
White with #BE857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE857B; }
p { color: rgb(190,133,123); }
H1.HeaderClassName
{
color: #BE857B;
}
.AnyTagClassName
{
color: #BE857B;
}
</style>
background-color css
<style>
a { background-color: #BE857B; }
a { background-color: rgb(190,133,123); }
div.DivClassName
{
background-color: #BE857B;
}
.BgClassName
{
background-color: #BE857B;
}
</style>
border-color css
<style>
span { border-color: #BE857B; }
span { border-color: rgb(190,133,123); }
td.TdClassName
{
border-color: #BE857B;
}
.TagClassName
{
border-color: #BE857B;
}
</style>