Shades of Cabaret #BE6270
Tints of Cabaret #BE6270
RGB
CMYK
RGB Variations
Color information
#BE6270 (or 0xBE6270) is known color: Cabaret. HEX triplet: BE, 62 and 70. RGB value is (190,98,112). Sum of RGB (Red+Green+Blue) = 190+98+112=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6270 is #419D8F. Grayscale: #7F7F7F. Windows color (decimal): -4300176 or 7365310. OLE color: 7365310.
HSL color Cylindrical-coordinate representation of color #BE6270: hue angle of 350.87º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6270 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 98 | 112 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.25 |
| HSL | 350.87º | 0.41% | 0.56% | - |
| HSV(B) | 350.87º | 0.48% | 0.75% | - |
| XYZ | 28.53 | 20.85 | 17.85 | - |
| YUV | 127.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 98 | 112 | 0 | 0.48 | 0.41 | 0.25 | 350.87 | 0.41 | 0.56 |
| Hex | BE | 62 | 70 | 0 | 30 | 29 | 19 | 15F | 29 | 38 |
| Octal | 276 | 142 | 160 | 0 | 60 | 51 | 31 | 537 | 51 | 70 |
| Binary | 10111110 | 1100010 | 1110000 | 0 | 110000 | 101001 | 11001 | 101011111 | 101001 | 111000 |
Color Harmonies of #BE6270
Complementary color
Monochromatic Colors of #BE6270
Black with #BE6270
Text Example
Text Example
White with #BE6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6270; }
p { color: rgb(190,98,112); }
H1.HeaderClassName
{
color: #BE6270;
}
.AnyTagClassName
{
color: #BE6270;
}
</style>
background-color css
<style>
a { background-color: #BE6270; }
a { background-color: rgb(190,98,112); }
div.DivClassName
{
background-color: #BE6270;
}
.BgClassName
{
background-color: #BE6270;
}
</style>
border-color css
<style>
span { border-color: #BE6270; }
span { border-color: rgb(190,98,112); }
td.TdClassName
{
border-color: #BE6270;
}
.TagClassName
{
border-color: #BE6270;
}
</style>