Shades of Cabaret #BF6571
Tints of Cabaret #BF6571
RGB
CMYK
RGB Variations
Color information
#BF6571 (or 0xBF6571) is known color: Cabaret. HEX triplet: BF, 65 and 71. RGB value is (191,101,113). Sum of RGB (Red+Green+Blue) = 191+101+113=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6571 is #409A8E. Grayscale: #818181. Windows color (decimal): -4233871 or 7431615. OLE color: 7431615.
HSL color Cylindrical-coordinate representation of color #BF6571: hue angle of 352º 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 #BF6571 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 113 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.25 |
| HSL | 352º | 0.41% | 0.57% | - |
| HSV(B) | 352º | 0.47% | 0.75% | - |
| XYZ | 29.12 | 21.58 | 18.25 | - |
| YUV | 129.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 113 | 0 | 0.47 | 0.41 | 0.25 | 352 | 0.41 | 0.57 |
| Hex | BF | 65 | 71 | 0 | 2F | 29 | 19 | 160 | 29 | 39 |
| Octal | 277 | 145 | 161 | 0 | 57 | 51 | 31 | 540 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1110001 | 0 | 101111 | 101001 | 11001 | 101100000 | 101001 | 111001 |
Color Harmonies of #BF6571
Complementary color
Monochromatic Colors of #BF6571
Black with #BF6571
Text Example
Text Example
White with #BF6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6571; }
p { color: rgb(191,101,113); }
H1.HeaderClassName
{
color: #BF6571;
}
.AnyTagClassName
{
color: #BF6571;
}
</style>
background-color css
<style>
a { background-color: #BF6571; }
a { background-color: rgb(191,101,113); }
div.DivClassName
{
background-color: #BF6571;
}
.BgClassName
{
background-color: #BF6571;
}
</style>
border-color css
<style>
span { border-color: #BF6571; }
span { border-color: rgb(191,101,113); }
td.TdClassName
{
border-color: #BF6571;
}
.TagClassName
{
border-color: #BF6571;
}
</style>