Shades of Cabaret #BF6370
Tints of Cabaret #BF6370
RGB
CMYK
RGB Variations
Color information
#BF6370 (or 0xBF6370) is known color: Cabaret. HEX triplet: BF, 63 and 70. RGB value is (191,99,112). Sum of RGB (Red+Green+Blue) = 191+99+112=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 99 (39.06% from 255 or 24.63% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6370 is #409C8F. Grayscale: #808080. Windows color (decimal): -4234384 or 7365567. OLE color: 7365567.
HSL color Cylindrical-coordinate representation of color #BF6370: hue angle of 351.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6370 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 112 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.25 |
| HSL | 351.52º | 0.42% | 0.57% | - |
| HSV(B) | 351.52º | 0.48% | 0.75% | - |
| XYZ | 28.87 | 21.17 | 17.89 | - |
| YUV | 127.99 | 118.98 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 112 | 0 | 0.48 | 0.41 | 0.25 | 351.52 | 0.42 | 0.57 |
| Hex | BF | 63 | 70 | 0 | 30 | 29 | 19 | 160 | 2A | 39 |
| Octal | 277 | 143 | 160 | 0 | 60 | 51 | 31 | 540 | 52 | 71 |
| Binary | 10111111 | 1100011 | 1110000 | 0 | 110000 | 101001 | 11001 | 101100000 | 101010 | 111001 |
Color Harmonies of #BF6370
Complementary color
Monochromatic Colors of #BF6370
Black with #BF6370
Text Example
Text Example
White with #BF6370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6370; }
p { color: rgb(191,99,112); }
H1.HeaderClassName
{
color: #BF6370;
}
.AnyTagClassName
{
color: #BF6370;
}
</style>
background-color css
<style>
a { background-color: #BF6370; }
a { background-color: rgb(191,99,112); }
div.DivClassName
{
background-color: #BF6370;
}
.BgClassName
{
background-color: #BF6370;
}
</style>
border-color css
<style>
span { border-color: #BF6370; }
span { border-color: rgb(191,99,112); }
td.TdClassName
{
border-color: #BF6370;
}
.TagClassName
{
border-color: #BF6370;
}
</style>