Shades of Cabaret #BF5975
Tints of Cabaret #BF5975
RGB
CMYK
RGB Variations
Color information
#BF5975 (or 0xBF5975) is known color: Cabaret. HEX triplet: BF, 59 and 75. RGB value is (191,89,117). Sum of RGB (Red+Green+Blue) = 191+89+117=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5975 is #40A68A. Grayscale: #7A7A7A. Windows color (decimal): -4236939 or 7690687. OLE color: 7690687.
HSL color Cylindrical-coordinate representation of color #BF5975: hue angle of 343.53º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5975 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 117 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.25 |
| HSL | 343.53º | 0.44% | 0.55% | - |
| HSV(B) | 343.53º | 0.53% | 0.75% | - |
| XYZ | 28.27 | 19.51 | 19.1 | - |
| YUV | 122.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 117 | 0 | 0.53 | 0.39 | 0.25 | 343.53 | 0.44 | 0.55 |
| Hex | BF | 59 | 75 | 0 | 35 | 27 | 19 | 158 | 2C | 37 |
| Octal | 277 | 131 | 165 | 0 | 65 | 47 | 31 | 530 | 54 | 67 |
| Binary | 10111111 | 1011001 | 1110101 | 0 | 110101 | 100111 | 11001 | 101011000 | 101100 | 110111 |
Color Harmonies of #BF5975
Complementary color
Monochromatic Colors of #BF5975
Black with #BF5975
Text Example
Text Example
White with #BF5975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5975; }
p { color: rgb(191,89,117); }
H1.HeaderClassName
{
color: #BF5975;
}
.AnyTagClassName
{
color: #BF5975;
}
</style>
background-color css
<style>
a { background-color: #BF5975; }
a { background-color: rgb(191,89,117); }
div.DivClassName
{
background-color: #BF5975;
}
.BgClassName
{
background-color: #BF5975;
}
</style>
border-color css
<style>
span { border-color: #BF5975; }
span { border-color: rgb(191,89,117); }
td.TdClassName
{
border-color: #BF5975;
}
.TagClassName
{
border-color: #BF5975;
}
</style>