Shades of Cabaret #BF6077
Tints of Cabaret #BF6077
RGB
CMYK
RGB Variations
Color information
#BF6077 (or 0xBF6077) is known color: Cabaret. HEX triplet: BF, 60 and 77. RGB value is (191,96,119). Sum of RGB (Red+Green+Blue) = 191+96+119=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6077 is #409F88. Grayscale: #7F7F7F. Windows color (decimal): -4235145 or 7823551. OLE color: 7823551.
HSL color Cylindrical-coordinate representation of color #BF6077: hue angle of 345.47º 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 #BF6077 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 119 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.25 |
| HSL | 345.47º | 0.43% | 0.56% | - |
| HSV(B) | 345.47º | 0.5% | 0.75% | - |
| XYZ | 29 | 20.77 | 19.93 | - |
| YUV | 127.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 119 | 0 | 0.50 | 0.38 | 0.25 | 345.47 | 0.43 | 0.56 |
| Hex | BF | 60 | 77 | 0 | 32 | 26 | 19 | 159 | 2B | 38 |
| Octal | 277 | 140 | 167 | 0 | 62 | 46 | 31 | 531 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1110111 | 0 | 110010 | 100110 | 11001 | 101011001 | 101011 | 111000 |
Color Harmonies of #BF6077
Complementary color
Monochromatic Colors of #BF6077
Black with #BF6077
Text Example
Text Example
White with #BF6077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6077; }
p { color: rgb(191,96,119); }
H1.HeaderClassName
{
color: #BF6077;
}
.AnyTagClassName
{
color: #BF6077;
}
</style>
background-color css
<style>
a { background-color: #BF6077; }
a { background-color: rgb(191,96,119); }
div.DivClassName
{
background-color: #BF6077;
}
.BgClassName
{
background-color: #BF6077;
}
</style>
border-color css
<style>
span { border-color: #BF6077; }
span { border-color: rgb(191,96,119); }
td.TdClassName
{
border-color: #BF6077;
}
.TagClassName
{
border-color: #BF6077;
}
</style>