Shades of Cabaret #BF5E6D
Tints of Cabaret #BF5E6D
RGB
CMYK
RGB Variations
Color information
#BF5E6D (or 0xBF5E6D) is known color: Cabaret. HEX triplet: BF, 5E and 6D. RGB value is (191,94,109). Sum of RGB (Red+Green+Blue) = 191+94+109=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E6D is #40A192. Grayscale: #7C7C7C. Windows color (decimal): -4235667 or 7167679. OLE color: 7167679.
HSL color Cylindrical-coordinate representation of color #BF5E6D: hue angle of 350.72º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E6D is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 109 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.25 |
| HSL | 350.72º | 0.43% | 0.56% | - |
| HSV(B) | 350.72º | 0.51% | 0.75% | - |
| XYZ | 28.25 | 20.19 | 16.88 | - |
| YUV | 124.71 | 119.14 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 109 | 0 | 0.51 | 0.43 | 0.25 | 350.72 | 0.43 | 0.56 |
| Hex | BF | 5E | 6D | 0 | 33 | 2B | 19 | 15F | 2B | 38 |
| Octal | 277 | 136 | 155 | 0 | 63 | 53 | 31 | 537 | 53 | 70 |
| Binary | 10111111 | 1011110 | 1101101 | 0 | 110011 | 101011 | 11001 | 101011111 | 101011 | 111000 |
Color Harmonies of #BF5E6D
Complementary color
Monochromatic Colors of #BF5E6D
Black with #BF5E6D
Text Example
Text Example
White with #BF5E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E6D; }
p { color: rgb(191,94,109); }
H1.HeaderClassName
{
color: #BF5E6D;
}
.AnyTagClassName
{
color: #BF5E6D;
}
</style>
background-color css
<style>
a { background-color: #BF5E6D; }
a { background-color: rgb(191,94,109); }
div.DivClassName
{
background-color: #BF5E6D;
}
.BgClassName
{
background-color: #BF5E6D;
}
</style>
border-color css
<style>
span { border-color: #BF5E6D; }
span { border-color: rgb(191,94,109); }
td.TdClassName
{
border-color: #BF5E6D;
}
.TagClassName
{
border-color: #BF5E6D;
}
</style>