Shades of Cabaret #BF646C
Tints of Cabaret #BF646C
RGB
CMYK
RGB Variations
Color information
#BF646C (or 0xBF646C) is known color: Cabaret. HEX triplet: BF, 64 and 6C. RGB value is (191,100,108). Sum of RGB (Red+Green+Blue) = 191+100+108=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF646C is #409B93. Grayscale: #808080. Windows color (decimal): -4234132 or 7103679. OLE color: 7103679.
HSL color Cylindrical-coordinate representation of color #BF646C: hue angle of 354.73º 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 #BF646C is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 100 | 108 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.25 |
| HSL | 354.73º | 0.42% | 0.57% | - |
| HSV(B) | 354.73º | 0.48% | 0.75% | - |
| XYZ | 28.75 | 21.27 | 16.78 | - |
| YUV | 128.12 | 116.65 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 100 | 108 | 0 | 0.48 | 0.43 | 0.25 | 354.73 | 0.42 | 0.57 |
| Hex | BF | 64 | 6C | 0 | 30 | 2B | 19 | 163 | 2A | 39 |
| Octal | 277 | 144 | 154 | 0 | 60 | 53 | 31 | 543 | 52 | 71 |
| Binary | 10111111 | 1100100 | 1101100 | 0 | 110000 | 101011 | 11001 | 101100011 | 101010 | 111001 |
Color Harmonies of #BF646C
Complementary color
Monochromatic Colors of #BF646C
Black with #BF646C
Text Example
Text Example
White with #BF646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF646C; }
p { color: rgb(191,100,108); }
H1.HeaderClassName
{
color: #BF646C;
}
.AnyTagClassName
{
color: #BF646C;
}
</style>
background-color css
<style>
a { background-color: #BF646C; }
a { background-color: rgb(191,100,108); }
div.DivClassName
{
background-color: #BF646C;
}
.BgClassName
{
background-color: #BF646C;
}
</style>
border-color css
<style>
span { border-color: #BF646C; }
span { border-color: rgb(191,100,108); }
td.TdClassName
{
border-color: #BF646C;
}
.TagClassName
{
border-color: #BF646C;
}
</style>