Shades of Cabaret #BE656D
Tints of Cabaret #BE656D
RGB
CMYK
RGB Variations
Color information
#BE656D (or 0xBE656D) is known color: Cabaret. HEX triplet: BE, 65 and 6D. RGB value is (190,101,109). Sum of RGB (Red+Green+Blue) = 190+101+109=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE656D is #419A92. Grayscale: #808080. Windows color (decimal): -4299411 or 7169470. OLE color: 7169470.
HSL color Cylindrical-coordinate representation of color #BE656D: hue angle of 354.61º 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 #BE656D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 101 | 109 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.25 |
| HSL | 354.61º | 0.41% | 0.57% | - |
| HSV(B) | 354.61º | 0.47% | 0.75% | - |
| XYZ | 28.65 | 21.36 | 17.08 | - |
| YUV | 128.52 | 116.99 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 101 | 109 | 0 | 0.47 | 0.43 | 0.25 | 354.61 | 0.41 | 0.57 |
| Hex | BE | 65 | 6D | 0 | 2F | 2B | 19 | 163 | 29 | 39 |
| Octal | 276 | 145 | 155 | 0 | 57 | 53 | 31 | 543 | 51 | 71 |
| Binary | 10111110 | 1100101 | 1101101 | 0 | 101111 | 101011 | 11001 | 101100011 | 101001 | 111001 |
Color Harmonies of #BE656D
Complementary color
Monochromatic Colors of #BE656D
Black with #BE656D
Text Example
Text Example
White with #BE656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE656D; }
p { color: rgb(190,101,109); }
H1.HeaderClassName
{
color: #BE656D;
}
.AnyTagClassName
{
color: #BE656D;
}
</style>
background-color css
<style>
a { background-color: #BE656D; }
a { background-color: rgb(190,101,109); }
div.DivClassName
{
background-color: #BE656D;
}
.BgClassName
{
background-color: #BE656D;
}
</style>
border-color css
<style>
span { border-color: #BE656D; }
span { border-color: rgb(190,101,109); }
td.TdClassName
{
border-color: #BE656D;
}
.TagClassName
{
border-color: #BE656D;
}
</style>