Shades of Cabaret #BF5F6C
Tints of Cabaret #BF5F6C
RGB
CMYK
RGB Variations
Color information
#BF5F6C (or 0xBF5F6C) is known color: Cabaret. HEX triplet: BF, 5F and 6C. RGB value is (191,95,108). Sum of RGB (Red+Green+Blue) = 191+95+108=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F6C is #40A093. Grayscale: #7D7D7D. Windows color (decimal): -4235412 or 7102399. OLE color: 7102399.
HSL color Cylindrical-coordinate representation of color #BF5F6C: hue angle of 351.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F6C is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 95 | 108 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.25 |
| HSL | 351.88º | 0.43% | 0.56% | - |
| HSV(B) | 351.88º | 0.5% | 0.75% | - |
| XYZ | 28.28 | 20.34 | 16.62 | - |
| YUV | 125.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 108 | 0 | 0.50 | 0.43 | 0.25 | 351.88 | 0.43 | 0.56 |
| Hex | BF | 5F | 6C | 0 | 32 | 2B | 19 | 160 | 2B | 38 |
| Octal | 277 | 137 | 154 | 0 | 62 | 53 | 31 | 540 | 53 | 70 |
| Binary | 10111111 | 1011111 | 1101100 | 0 | 110010 | 101011 | 11001 | 101100000 | 101011 | 111000 |
Color Harmonies of #BF5F6C
Complementary color
Monochromatic Colors of #BF5F6C
Black with #BF5F6C
Text Example
Text Example
White with #BF5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5F6C; }
p { color: rgb(191,95,108); }
H1.HeaderClassName
{
color: #BF5F6C;
}
.AnyTagClassName
{
color: #BF5F6C;
}
</style>
background-color css
<style>
a { background-color: #BF5F6C; }
a { background-color: rgb(191,95,108); }
div.DivClassName
{
background-color: #BF5F6C;
}
.BgClassName
{
background-color: #BF5F6C;
}
</style>
border-color css
<style>
span { border-color: #BF5F6C; }
span { border-color: rgb(191,95,108); }
td.TdClassName
{
border-color: #BF5F6C;
}
.TagClassName
{
border-color: #BF5F6C;
}
</style>