Shades of Cabaret #BE6472
Tints of Cabaret #BE6472
RGB
CMYK
RGB Variations
Color information
#BE6472 (or 0xBE6472) is known color: Cabaret. HEX triplet: BE, 64 and 72. RGB value is (190,100,114). Sum of RGB (Red+Green+Blue) = 190+100+114=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6472 is #419B8D. Grayscale: #808080. Windows color (decimal): -4299662 or 7496894. OLE color: 7496894.
HSL color Cylindrical-coordinate representation of color #BE6472: hue angle of 350.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE6472 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 100 | 114 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.25 |
| HSL | 350.67º | 0.41% | 0.57% | - |
| HSV(B) | 350.67º | 0.47% | 0.75% | - |
| XYZ | 28.83 | 21.28 | 18.51 | - |
| YUV | 128.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 100 | 114 | 0 | 0.47 | 0.40 | 0.25 | 350.67 | 0.41 | 0.57 |
| Hex | BE | 64 | 72 | 0 | 2F | 28 | 19 | 15F | 29 | 39 |
| Octal | 276 | 144 | 162 | 0 | 57 | 50 | 31 | 537 | 51 | 71 |
| Binary | 10111110 | 1100100 | 1110010 | 0 | 101111 | 101000 | 11001 | 101011111 | 101001 | 111001 |
Color Harmonies of #BE6472
Complementary color
Monochromatic Colors of #BE6472
Black with #BE6472
Text Example
Text Example
White with #BE6472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6472; }
p { color: rgb(190,100,114); }
H1.HeaderClassName
{
color: #BE6472;
}
.AnyTagClassName
{
color: #BE6472;
}
</style>
background-color css
<style>
a { background-color: #BE6472; }
a { background-color: rgb(190,100,114); }
div.DivClassName
{
background-color: #BE6472;
}
.BgClassName
{
background-color: #BE6472;
}
</style>
border-color css
<style>
span { border-color: #BE6472; }
span { border-color: rgb(190,100,114); }
td.TdClassName
{
border-color: #BE6472;
}
.TagClassName
{
border-color: #BE6472;
}
</style>