Shades of Cabaret #BE5F78
Tints of Cabaret #BE5F78
RGB
CMYK
RGB Variations
Color information
#BE5F78 (or 0xBE5F78) is known color: Cabaret. HEX triplet: BE, 5F and 78. RGB value is (190,95,120). Sum of RGB (Red+Green+Blue) = 190+95+120=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F78 is #41A087. Grayscale: #7E7E7E. Windows color (decimal): -4300936 or 7888830. OLE color: 7888830.
HSL color Cylindrical-coordinate representation of color #BE5F78: hue angle of 344.21º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F78 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 95 | 120 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.25 |
| HSL | 344.21º | 0.42% | 0.56% | - |
| HSV(B) | 344.21º | 0.5% | 0.75% | - |
| XYZ | 28.72 | 20.49 | 20.21 | - |
| YUV | 126.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 95 | 120 | 0 | 0.5 | 0.37 | 0.25 | 344.21 | 0.42 | 0.56 |
| Hex | BE | 5F | 78 | 0 | 32 | 25 | 19 | 158 | 2A | 38 |
| Octal | 276 | 137 | 170 | 0 | 62 | 45 | 31 | 530 | 52 | 70 |
| Binary | 10111110 | 1011111 | 1111000 | 0 | 110010 | 100101 | 11001 | 101011000 | 101010 | 111000 |
Color Harmonies of #BE5F78
Complementary color
Monochromatic Colors of #BE5F78
Black with #BE5F78
Text Example
Text Example
White with #BE5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5F78; }
p { color: rgb(190,95,120); }
H1.HeaderClassName
{
color: #BE5F78;
}
.AnyTagClassName
{
color: #BE5F78;
}
</style>
background-color css
<style>
a { background-color: #BE5F78; }
a { background-color: rgb(190,95,120); }
div.DivClassName
{
background-color: #BE5F78;
}
.BgClassName
{
background-color: #BE5F78;
}
</style>
border-color css
<style>
span { border-color: #BE5F78; }
span { border-color: rgb(190,95,120); }
td.TdClassName
{
border-color: #BE5F78;
}
.TagClassName
{
border-color: #BE5F78;
}
</style>