Shades of Cabaret #BE6176
Tints of Cabaret #BE6176
RGB
CMYK
RGB Variations
Color information
#BE6176 (or 0xBE6176) is known color: Cabaret. HEX triplet: BE, 61 and 76. RGB value is (190,97,118). Sum of RGB (Red+Green+Blue) = 190+97+118=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6176 is #419E89. Grayscale: #7F7F7F. Windows color (decimal): -4300426 or 7758270. OLE color: 7758270.
HSL color Cylindrical-coordinate representation of color #BE6176: hue angle of 346.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6176 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 118 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.25 |
| HSL | 346.45º | 0.42% | 0.56% | - |
| HSV(B) | 346.45º | 0.49% | 0.75% | - |
| XYZ | 28.78 | 20.8 | 19.64 | - |
| YUV | 127.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 118 | 0 | 0.49 | 0.38 | 0.25 | 346.45 | 0.42 | 0.56 |
| Hex | BE | 61 | 76 | 0 | 31 | 26 | 19 | 15A | 2A | 38 |
| Octal | 276 | 141 | 166 | 0 | 61 | 46 | 31 | 532 | 52 | 70 |
| Binary | 10111110 | 1100001 | 1110110 | 0 | 110001 | 100110 | 11001 | 101011010 | 101010 | 111000 |
Color Harmonies of #BE6176
Complementary color
Monochromatic Colors of #BE6176
Black with #BE6176
Text Example
Text Example
White with #BE6176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6176; }
p { color: rgb(190,97,118); }
H1.HeaderClassName
{
color: #BE6176;
}
.AnyTagClassName
{
color: #BE6176;
}
</style>
background-color css
<style>
a { background-color: #BE6176; }
a { background-color: rgb(190,97,118); }
div.DivClassName
{
background-color: #BE6176;
}
.BgClassName
{
background-color: #BE6176;
}
</style>
border-color css
<style>
span { border-color: #BE6176; }
span { border-color: rgb(190,97,118); }
td.TdClassName
{
border-color: #BE6176;
}
.TagClassName
{
border-color: #BE6176;
}
</style>