Shades of Cabaret #BE6175
Tints of Cabaret #BE6175
RGB
CMYK
RGB Variations
Color information
#BE6175 (or 0xBE6175) is known color: Cabaret. HEX triplet: BE, 61 and 75. RGB value is (190,97,117). Sum of RGB (Red+Green+Blue) = 190+97+117=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6175 is #419E8A. Grayscale: #7F7F7F. Windows color (decimal): -4300427 or 7692734. OLE color: 7692734.
HSL color Cylindrical-coordinate representation of color #BE6175: hue angle of 347.1º 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 #BE6175 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 97 | 117 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.25 |
| HSL | 347.1º | 0.42% | 0.56% | - |
| HSV(B) | 347.1º | 0.49% | 0.75% | - |
| XYZ | 28.72 | 20.78 | 19.33 | - |
| YUV | 127.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 97 | 117 | 0 | 0.49 | 0.38 | 0.25 | 347.1 | 0.42 | 0.56 |
| Hex | BE | 61 | 75 | 0 | 31 | 26 | 19 | 15B | 2A | 38 |
| Octal | 276 | 141 | 165 | 0 | 61 | 46 | 31 | 533 | 52 | 70 |
| Binary | 10111110 | 1100001 | 1110101 | 0 | 110001 | 100110 | 11001 | 101011011 | 101010 | 111000 |
Color Harmonies of #BE6175
Complementary color
Monochromatic Colors of #BE6175
Black with #BE6175
Text Example
Text Example
White with #BE6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6175; }
p { color: rgb(190,97,117); }
H1.HeaderClassName
{
color: #BE6175;
}
.AnyTagClassName
{
color: #BE6175;
}
</style>
background-color css
<style>
a { background-color: #BE6175; }
a { background-color: rgb(190,97,117); }
div.DivClassName
{
background-color: #BE6175;
}
.BgClassName
{
background-color: #BE6175;
}
</style>
border-color css
<style>
span { border-color: #BE6175; }
span { border-color: rgb(190,97,117); }
td.TdClassName
{
border-color: #BE6175;
}
.TagClassName
{
border-color: #BE6175;
}
</style>