Shades of Cabaret #BF6270
Tints of Cabaret #BF6270
RGB
CMYK
RGB Variations
Color information
#BF6270 (or 0xBF6270) is known color: Cabaret. HEX triplet: BF, 62 and 70. RGB value is (191,98,112). Sum of RGB (Red+Green+Blue) = 191+98+112=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6270 is #409D8F. Grayscale: #7F7F7F. Windows color (decimal): -4234640 or 7365311. OLE color: 7365311.
HSL color Cylindrical-coordinate representation of color #BF6270: hue angle of 350.97º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6270 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 112 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.25 |
| HSL | 350.97º | 0.42% | 0.57% | - |
| HSV(B) | 350.97º | 0.49% | 0.75% | - |
| XYZ | 28.78 | 20.98 | 17.86 | - |
| YUV | 127.4 | 119.31 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 112 | 0 | 0.49 | 0.41 | 0.25 | 350.97 | 0.42 | 0.57 |
| Hex | BF | 62 | 70 | 0 | 31 | 29 | 19 | 15F | 2A | 39 |
| Octal | 277 | 142 | 160 | 0 | 61 | 51 | 31 | 537 | 52 | 71 |
| Binary | 10111111 | 1100010 | 1110000 | 0 | 110001 | 101001 | 11001 | 101011111 | 101010 | 111001 |
Color Harmonies of #BF6270
Complementary color
Monochromatic Colors of #BF6270
Black with #BF6270
Text Example
Text Example
White with #BF6270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6270; }
p { color: rgb(191,98,112); }
H1.HeaderClassName
{
color: #BF6270;
}
.AnyTagClassName
{
color: #BF6270;
}
</style>
background-color css
<style>
a { background-color: #BF6270; }
a { background-color: rgb(191,98,112); }
div.DivClassName
{
background-color: #BF6270;
}
.BgClassName
{
background-color: #BF6270;
}
</style>
border-color css
<style>
span { border-color: #BF6270; }
span { border-color: rgb(191,98,112); }
td.TdClassName
{
border-color: #BF6270;
}
.TagClassName
{
border-color: #BF6270;
}
</style>