Shades of Cabaret #BF6075
Tints of Cabaret #BF6075
RGB
CMYK
RGB Variations
Color information
#BF6075 (or 0xBF6075) is known color: Cabaret. HEX triplet: BF, 60 and 75. RGB value is (191,96,117). Sum of RGB (Red+Green+Blue) = 191+96+117=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6075 is #409F8A. Grayscale: #7E7E7E. Windows color (decimal): -4235147 or 7692479. OLE color: 7692479.
HSL color Cylindrical-coordinate representation of color #BF6075: hue angle of 346.74º 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 #BF6075 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 117 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.25 |
| HSL | 346.74º | 0.43% | 0.56% | - |
| HSV(B) | 346.74º | 0.5% | 0.75% | - |
| XYZ | 28.88 | 20.73 | 19.31 | - |
| YUV | 126.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 117 | 0 | 0.50 | 0.39 | 0.25 | 346.74 | 0.43 | 0.56 |
| Hex | BF | 60 | 75 | 0 | 32 | 27 | 19 | 15B | 2B | 38 |
| Octal | 277 | 140 | 165 | 0 | 62 | 47 | 31 | 533 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1110101 | 0 | 110010 | 100111 | 11001 | 101011011 | 101011 | 111000 |
Color Harmonies of #BF6075
Complementary color
Monochromatic Colors of #BF6075
Black with #BF6075
Text Example
Text Example
White with #BF6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6075; }
p { color: rgb(191,96,117); }
H1.HeaderClassName
{
color: #BF6075;
}
.AnyTagClassName
{
color: #BF6075;
}
</style>
background-color css
<style>
a { background-color: #BF6075; }
a { background-color: rgb(191,96,117); }
div.DivClassName
{
background-color: #BF6075;
}
.BgClassName
{
background-color: #BF6075;
}
</style>
border-color css
<style>
span { border-color: #BF6075; }
span { border-color: rgb(191,96,117); }
td.TdClassName
{
border-color: #BF6075;
}
.TagClassName
{
border-color: #BF6075;
}
</style>