Shades of Cabaret #BF6078
Tints of Cabaret #BF6078
RGB
CMYK
RGB Variations
Color information
#BF6078 (or 0xBF6078) is known color: Cabaret. HEX triplet: BF, 60 and 78. RGB value is (191,96,120). Sum of RGB (Red+Green+Blue) = 191+96+120=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6078 is #409F87. Grayscale: #7F7F7F. Windows color (decimal): -4235144 or 7889087. OLE color: 7889087.
HSL color Cylindrical-coordinate representation of color #BF6078: hue angle of 344.84º 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 #BF6078 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 120 | - |
| CMYK | 0 | 0.50 | 0.37 | 0.25 |
| HSL | 344.84º | 0.43% | 0.56% | - |
| HSV(B) | 344.84º | 0.5% | 0.75% | - |
| XYZ | 29.06 | 20.8 | 20.25 | - |
| YUV | 127.14 | 123.97 | 173.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 120 | 0 | 0.50 | 0.37 | 0.25 | 344.84 | 0.43 | 0.56 |
| Hex | BF | 60 | 78 | 0 | 32 | 25 | 19 | 159 | 2B | 38 |
| Octal | 277 | 140 | 170 | 0 | 62 | 45 | 31 | 531 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1111000 | 0 | 110010 | 100101 | 11001 | 101011001 | 101011 | 111000 |
Color Harmonies of #BF6078
Complementary color
Monochromatic Colors of #BF6078
Black with #BF6078
Text Example
Text Example
White with #BF6078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6078; }
p { color: rgb(191,96,120); }
H1.HeaderClassName
{
color: #BF6078;
}
.AnyTagClassName
{
color: #BF6078;
}
</style>
background-color css
<style>
a { background-color: #BF6078; }
a { background-color: rgb(191,96,120); }
div.DivClassName
{
background-color: #BF6078;
}
.BgClassName
{
background-color: #BF6078;
}
</style>
border-color css
<style>
span { border-color: #BF6078; }
span { border-color: rgb(191,96,120); }
td.TdClassName
{
border-color: #BF6078;
}
.TagClassName
{
border-color: #BF6078;
}
</style>