Shades of Brandy Rose #BE7B74
Tints of Brandy Rose #BE7B74
RGB
CMYK
RGB Variations
Color information
#BE7B74 (or 0xBE7B74) is known color: Brandy Rose. HEX triplet: BE, 7B and 74. RGB value is (190,123,116). Sum of RGB (Red+Green+Blue) = 190+123+116=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B74 is #41848B. Grayscale: #8E8E8E. Windows color (decimal): -4293772 or 7633854. OLE color: 7633854.
HSL color Cylindrical-coordinate representation of color #BE7B74: hue angle of 5.68º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7B74 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 123 | 116 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.25 |
| HSL | 5.68º | 0.36% | 0.6% | - |
| HSV(B) | 5.68º | 0.39% | 0.75% | - |
| XYZ | 31.47 | 26.37 | 19.96 | - |
| YUV | 142.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 123 | 116 | 0 | 0.35 | 0.39 | 0.25 | 5.68 | 0.36 | 0.6 |
| Hex | BE | 7B | 74 | 0 | 23 | 27 | 19 | 6 | 24 | 3C |
| Octal | 276 | 173 | 164 | 0 | 43 | 47 | 31 | 6 | 44 | 74 |
| Binary | 10111110 | 1111011 | 1110100 | 0 | 100011 | 100111 | 11001 | 110 | 100100 | 111100 |
Color Harmonies of #BE7B74
Complementary color
Monochromatic Colors of #BE7B74
Black with #BE7B74
Text Example
Text Example
White with #BE7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7B74; }
p { color: rgb(190,123,116); }
H1.HeaderClassName
{
color: #BE7B74;
}
.AnyTagClassName
{
color: #BE7B74;
}
</style>
background-color css
<style>
a { background-color: #BE7B74; }
a { background-color: rgb(190,123,116); }
div.DivClassName
{
background-color: #BE7B74;
}
.BgClassName
{
background-color: #BE7B74;
}
</style>
border-color css
<style>
span { border-color: #BE7B74; }
span { border-color: rgb(190,123,116); }
td.TdClassName
{
border-color: #BE7B74;
}
.TagClassName
{
border-color: #BE7B74;
}
</style>