Shades of Cabaret #BF616C
Tints of Cabaret #BF616C
RGB
CMYK
RGB Variations
Color information
#BF616C (or 0xBF616C) is known color: Cabaret. HEX triplet: BF, 61 and 6C. RGB value is (191,97,108). Sum of RGB (Red+Green+Blue) = 191+97+108=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF616C is #409E93. Grayscale: #7E7E7E. Windows color (decimal): -4234900 or 7102911. OLE color: 7102911.
HSL color Cylindrical-coordinate representation of color #BF616C: hue angle of 352.98º 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 #BF616C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 97 | 108 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.25 |
| HSL | 352.98º | 0.42% | 0.56% | - |
| HSV(B) | 352.98º | 0.49% | 0.75% | - |
| XYZ | 28.47 | 20.71 | 16.68 | - |
| YUV | 126.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 97 | 108 | 0 | 0.49 | 0.43 | 0.25 | 352.98 | 0.42 | 0.56 |
| Hex | BF | 61 | 6C | 0 | 31 | 2B | 19 | 161 | 2A | 38 |
| Octal | 277 | 141 | 154 | 0 | 61 | 53 | 31 | 541 | 52 | 70 |
| Binary | 10111111 | 1100001 | 1101100 | 0 | 110001 | 101011 | 11001 | 101100001 | 101010 | 111000 |
Color Harmonies of #BF616C
Complementary color
Monochromatic Colors of #BF616C
Black with #BF616C
Text Example
Text Example
White with #BF616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF616C; }
p { color: rgb(191,97,108); }
H1.HeaderClassName
{
color: #BF616C;
}
.AnyTagClassName
{
color: #BF616C;
}
</style>
background-color css
<style>
a { background-color: #BF616C; }
a { background-color: rgb(191,97,108); }
div.DivClassName
{
background-color: #BF616C;
}
.BgClassName
{
background-color: #BF616C;
}
</style>
border-color css
<style>
span { border-color: #BF616C; }
span { border-color: rgb(191,97,108); }
td.TdClassName
{
border-color: #BF616C;
}
.TagClassName
{
border-color: #BF616C;
}
</style>