Shades of Cabaret #BF616F
Tints of Cabaret #BF616F
RGB
CMYK
RGB Variations
Color information
#BF616F (or 0xBF616F) is known color: Cabaret. HEX triplet: BF, 61 and 6F. RGB value is (191,97,111). Sum of RGB (Red+Green+Blue) = 191+97+111=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF616F is #409E90. Grayscale: #7E7E7E. Windows color (decimal): -4234897 or 7299519. OLE color: 7299519.
HSL color Cylindrical-coordinate representation of color #BF616F: hue angle of 351.06º 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 #BF616F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 111 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.25 |
| HSL | 351.06º | 0.42% | 0.56% | - |
| HSV(B) | 351.06º | 0.49% | 0.75% | - |
| XYZ | 28.63 | 20.77 | 17.54 | - |
| YUV | 126.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 111 | 0 | 0.49 | 0.42 | 0.25 | 351.06 | 0.42 | 0.56 |
| Hex | BF | 61 | 6F | 0 | 31 | 2A | 19 | 15F | 2A | 38 |
| Octal | 277 | 141 | 157 | 0 | 61 | 52 | 31 | 537 | 52 | 70 |
| Binary | 10111111 | 1100001 | 1101111 | 0 | 110001 | 101010 | 11001 | 101011111 | 101010 | 111000 |
Color Harmonies of #BF616F
Complementary color
Monochromatic Colors of #BF616F
Black with #BF616F
Text Example
Text Example
White with #BF616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF616F; }
p { color: rgb(191,97,111); }
H1.HeaderClassName
{
color: #BF616F;
}
.AnyTagClassName
{
color: #BF616F;
}
</style>
background-color css
<style>
a { background-color: #BF616F; }
a { background-color: rgb(191,97,111); }
div.DivClassName
{
background-color: #BF616F;
}
.BgClassName
{
background-color: #BF616F;
}
</style>
border-color css
<style>
span { border-color: #BF616F; }
span { border-color: rgb(191,97,111); }
td.TdClassName
{
border-color: #BF616F;
}
.TagClassName
{
border-color: #BF616F;
}
</style>