Shades of Brandy Rose #BE7C7B
Tints of Brandy Rose #BE7C7B
RGB
CMYK
RGB Variations
Color information
#BE7C7B (or 0xBE7C7B) is known color: Brandy Rose. HEX triplet: BE, 7C and 7B. RGB value is (190,124,123). Sum of RGB (Red+Green+Blue) = 190+124+123=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C7B is #418384. Grayscale: #8F8F8F. Windows color (decimal): -4293509 or 8092862. OLE color: 8092862.
HSL color Cylindrical-coordinate representation of color #BE7C7B: hue angle of 0.9º 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 #BE7C7B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 124 | 123 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.25 |
| HSL | 0.9º | 0.34% | 0.61% | - |
| HSV(B) | 0.9º | 0.35% | 0.75% | - |
| XYZ | 32.02 | 26.79 | 22.22 | - |
| YUV | 143.62 | 116.37 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 124 | 123 | 0 | 0.35 | 0.35 | 0.25 | 0.9 | 0.34 | 0.61 |
| Hex | BE | 7C | 7B | 0 | 23 | 23 | 19 | 1 | 22 | 3D |
| Octal | 276 | 174 | 173 | 0 | 43 | 43 | 31 | 1 | 42 | 75 |
| Binary | 10111110 | 1111100 | 1111011 | 0 | 100011 | 100011 | 11001 | 1 | 100010 | 111101 |
Color Harmonies of #BE7C7B
Complementary color
Monochromatic Colors of #BE7C7B
Black with #BE7C7B
Text Example
Text Example
White with #BE7C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7C7B; }
p { color: rgb(190,124,123); }
H1.HeaderClassName
{
color: #BE7C7B;
}
.AnyTagClassName
{
color: #BE7C7B;
}
</style>
background-color css
<style>
a { background-color: #BE7C7B; }
a { background-color: rgb(190,124,123); }
div.DivClassName
{
background-color: #BE7C7B;
}
.BgClassName
{
background-color: #BE7C7B;
}
</style>
border-color css
<style>
span { border-color: #BE7C7B; }
span { border-color: rgb(190,124,123); }
td.TdClassName
{
border-color: #BE7C7B;
}
.TagClassName
{
border-color: #BE7C7B;
}
</style>