Shades of Cabaret #BF5A70
Tints of Cabaret #BF5A70
RGB
CMYK
RGB Variations
Color information
#BF5A70 (or 0xBF5A70) is known color: Cabaret. HEX triplet: BF, 5A and 70. RGB value is (191,90,112). Sum of RGB (Red+Green+Blue) = 191+90+112=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5A70 is #40A58F. Grayscale: #7A7A7A. Windows color (decimal): -4236688 or 7363263. OLE color: 7363263.
HSL color Cylindrical-coordinate representation of color #BF5A70: hue angle of 346.93º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF5A70 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 112 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.25 |
| HSL | 346.93º | 0.44% | 0.55% | - |
| HSV(B) | 346.93º | 0.53% | 0.75% | - |
| XYZ | 28.07 | 19.56 | 17.63 | - |
| YUV | 122.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 112 | 0 | 0.53 | 0.41 | 0.25 | 346.93 | 0.44 | 0.55 |
| Hex | BF | 5A | 70 | 0 | 35 | 29 | 19 | 15B | 2C | 37 |
| Octal | 277 | 132 | 160 | 0 | 65 | 51 | 31 | 533 | 54 | 67 |
| Binary | 10111111 | 1011010 | 1110000 | 0 | 110101 | 101001 | 11001 | 101011011 | 101100 | 110111 |
Color Harmonies of #BF5A70
Complementary color
Monochromatic Colors of #BF5A70
Black with #BF5A70
Text Example
Text Example
White with #BF5A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A70; }
p { color: rgb(191,90,112); }
H1.HeaderClassName
{
color: #BF5A70;
}
.AnyTagClassName
{
color: #BF5A70;
}
</style>
background-color css
<style>
a { background-color: #BF5A70; }
a { background-color: rgb(191,90,112); }
div.DivClassName
{
background-color: #BF5A70;
}
.BgClassName
{
background-color: #BF5A70;
}
</style>
border-color css
<style>
span { border-color: #BF5A70; }
span { border-color: rgb(191,90,112); }
td.TdClassName
{
border-color: #BF5A70;
}
.TagClassName
{
border-color: #BF5A70;
}
</style>