Shades of Cabaret #BE5D74
Tints of Cabaret #BE5D74
RGB
CMYK
RGB Variations
Color information
#BE5D74 (or 0xBE5D74) is known color: Cabaret. HEX triplet: BE, 5D and 74. RGB value is (190,93,116). Sum of RGB (Red+Green+Blue) = 190+93+116=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D74 is #41A28B. Grayscale: #7C7C7C. Windows color (decimal): -4301452 or 7626174. OLE color: 7626174.
HSL color Cylindrical-coordinate representation of color #BE5D74: hue angle of 345.77º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D74 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 116 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.25 |
| HSL | 345.77º | 0.43% | 0.55% | - |
| HSV(B) | 345.77º | 0.51% | 0.75% | - |
| XYZ | 28.3 | 20.04 | 18.9 | - |
| YUV | 124.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 116 | 0 | 0.51 | 0.39 | 0.25 | 345.77 | 0.43 | 0.55 |
| Hex | BE | 5D | 74 | 0 | 33 | 27 | 19 | 15A | 2B | 37 |
| Octal | 276 | 135 | 164 | 0 | 63 | 47 | 31 | 532 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1110100 | 0 | 110011 | 100111 | 11001 | 101011010 | 101011 | 110111 |
Color Harmonies of #BE5D74
Complementary color
Monochromatic Colors of #BE5D74
Black with #BE5D74
Text Example
Text Example
White with #BE5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D74; }
p { color: rgb(190,93,116); }
H1.HeaderClassName
{
color: #BE5D74;
}
.AnyTagClassName
{
color: #BE5D74;
}
</style>
background-color css
<style>
a { background-color: #BE5D74; }
a { background-color: rgb(190,93,116); }
div.DivClassName
{
background-color: #BE5D74;
}
.BgClassName
{
background-color: #BE5D74;
}
</style>
border-color css
<style>
span { border-color: #BE5D74; }
span { border-color: rgb(190,93,116); }
td.TdClassName
{
border-color: #BE5D74;
}
.TagClassName
{
border-color: #BE5D74;
}
</style>