Shades of Brandy Rose #BE837B
Tints of Brandy Rose #BE837B
RGB
CMYK
RGB Variations
Color information
#BE837B (or 0xBE837B) is known color: Brandy Rose. HEX triplet: BE, 83 and 7B. RGB value is (190,131,123). Sum of RGB (Red+Green+Blue) = 190+131+123=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE837B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE837B is #417C84. Grayscale: #939393. Windows color (decimal): -4291717 or 8094654. OLE color: 8094654.
HSL color Cylindrical-coordinate representation of color #BE837B: hue angle of 7.16º 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 #BE837B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 131 | 123 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.25 |
| HSL | 7.16º | 0.34% | 0.61% | - |
| HSV(B) | 7.16º | 0.35% | 0.75% | - |
| XYZ | 32.93 | 28.61 | 22.53 | - |
| YUV | 147.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 131 | 123 | 0 | 0.31 | 0.35 | 0.25 | 7.16 | 0.34 | 0.61 |
| Hex | BE | 83 | 7B | 0 | 1F | 23 | 19 | 7 | 22 | 3D |
| Octal | 276 | 203 | 173 | 0 | 37 | 43 | 31 | 7 | 42 | 75 |
| Binary | 10111110 | 10000011 | 1111011 | 0 | 11111 | 100011 | 11001 | 111 | 100010 | 111101 |
Color Harmonies of #BE837B
Complementary color
Monochromatic Colors of #BE837B
Black with #BE837B
Text Example
Text Example
White with #BE837B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE837B; }
p { color: rgb(190,131,123); }
H1.HeaderClassName
{
color: #BE837B;
}
.AnyTagClassName
{
color: #BE837B;
}
</style>
background-color css
<style>
a { background-color: #BE837B; }
a { background-color: rgb(190,131,123); }
div.DivClassName
{
background-color: #BE837B;
}
.BgClassName
{
background-color: #BE837B;
}
</style>
border-color css
<style>
span { border-color: #BE837B; }
span { border-color: rgb(190,131,123); }
td.TdClassName
{
border-color: #BE837B;
}
.TagClassName
{
border-color: #BE837B;
}
</style>