Shades of Cabaret #BE666F
Tints of Cabaret #BE666F
RGB
CMYK
RGB Variations
Color information
#BE666F (or 0xBE666F) is known color: Cabaret. HEX triplet: BE, 66 and 6F. RGB value is (190,102,111). Sum of RGB (Red+Green+Blue) = 190+102+111=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE666F is #419990. Grayscale: #818181. Windows color (decimal): -4299153 or 7300798. OLE color: 7300798.
HSL color Cylindrical-coordinate representation of color #BE666F: hue angle of 353.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE666F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 102 | 111 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.25 |
| HSL | 353.86º | 0.4% | 0.57% | - |
| HSV(B) | 353.86º | 0.46% | 0.75% | - |
| XYZ | 28.86 | 21.6 | 17.69 | - |
| YUV | 129.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 102 | 111 | 0 | 0.46 | 0.42 | 0.25 | 353.86 | 0.4 | 0.57 |
| Hex | BE | 66 | 6F | 0 | 2E | 2A | 19 | 162 | 28 | 39 |
| Octal | 276 | 146 | 157 | 0 | 56 | 52 | 31 | 542 | 50 | 71 |
| Binary | 10111110 | 1100110 | 1101111 | 0 | 101110 | 101010 | 11001 | 101100010 | 101000 | 111001 |
Color Harmonies of #BE666F
Complementary color
Monochromatic Colors of #BE666F
Black with #BE666F
Text Example
Text Example
White with #BE666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE666F; }
p { color: rgb(190,102,111); }
H1.HeaderClassName
{
color: #BE666F;
}
.AnyTagClassName
{
color: #BE666F;
}
</style>
background-color css
<style>
a { background-color: #BE666F; }
a { background-color: rgb(190,102,111); }
div.DivClassName
{
background-color: #BE666F;
}
.BgClassName
{
background-color: #BE666F;
}
</style>
border-color css
<style>
span { border-color: #BE666F; }
span { border-color: rgb(190,102,111); }
td.TdClassName
{
border-color: #BE666F;
}
.TagClassName
{
border-color: #BE666F;
}
</style>