Shades of Cabaret #BF646D
Tints of Cabaret #BF646D
RGB
CMYK
RGB Variations
Color information
#BF646D (or 0xBF646D) is known color: Cabaret. HEX triplet: BF, 64 and 6D. RGB value is (191,100,109). Sum of RGB (Red+Green+Blue) = 191+100+109=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF646D is #409B92. Grayscale: #808080. Windows color (decimal): -4234131 or 7169215. OLE color: 7169215.
HSL color Cylindrical-coordinate representation of color #BF646D: hue angle of 354.07º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF646D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 109 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.25 |
| HSL | 354.07º | 0.42% | 0.57% | - |
| HSV(B) | 354.07º | 0.48% | 0.75% | - |
| XYZ | 28.8 | 21.29 | 17.06 | - |
| YUV | 128.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 109 | 0 | 0.48 | 0.43 | 0.25 | 354.07 | 0.42 | 0.57 |
| Hex | BF | 64 | 6D | 0 | 30 | 2B | 19 | 162 | 2A | 39 |
| Octal | 277 | 144 | 155 | 0 | 60 | 53 | 31 | 542 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1101101 | 0 | 110000 | 101011 | 11001 | 101100010 | 101010 | 111001 |
Color Harmonies of #BF646D
Complementary color
Monochromatic Colors of #BF646D
Black with #BF646D
Text Example
Text Example
White with #BF646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF646D; }
p { color: rgb(191,100,109); }
H1.HeaderClassName
{
color: #BF646D;
}
.AnyTagClassName
{
color: #BF646D;
}
</style>
background-color css
<style>
a { background-color: #BF646D; }
a { background-color: rgb(191,100,109); }
div.DivClassName
{
background-color: #BF646D;
}
.BgClassName
{
background-color: #BF646D;
}
</style>
border-color css
<style>
span { border-color: #BF646D; }
span { border-color: rgb(191,100,109); }
td.TdClassName
{
border-color: #BF646D;
}
.TagClassName
{
border-color: #BF646D;
}
</style>