Shades of Cabaret #BF6371
Tints of Cabaret #BF6371
RGB
CMYK
RGB Variations
Color information
#BF6371 (or 0xBF6371) is known color: Cabaret. HEX triplet: BF, 63 and 71. RGB value is (191,99,113). Sum of RGB (Red+Green+Blue) = 191+99+113=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6371 is #409C8E. Grayscale: #808080. Windows color (decimal): -4234383 or 7431103. OLE color: 7431103.
HSL color Cylindrical-coordinate representation of color #BF6371: hue angle of 350.87º 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 #BF6371 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 113 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.25 |
| HSL | 350.87º | 0.42% | 0.57% | - |
| HSV(B) | 350.87º | 0.48% | 0.75% | - |
| XYZ | 28.93 | 21.19 | 18.19 | - |
| YUV | 128.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 113 | 0 | 0.48 | 0.41 | 0.25 | 350.87 | 0.42 | 0.57 |
| Hex | BF | 63 | 71 | 0 | 30 | 29 | 19 | 15F | 2A | 39 |
| Octal | 277 | 143 | 161 | 0 | 60 | 51 | 31 | 537 | 52 | 71 |
| Binary | 10111111 | 1100011 | 1110001 | 0 | 110000 | 101001 | 11001 | 101011111 | 101010 | 111001 |
Color Harmonies of #BF6371
Complementary color
Monochromatic Colors of #BF6371
Black with #BF6371
Text Example
Text Example
White with #BF6371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6371; }
p { color: rgb(191,99,113); }
H1.HeaderClassName
{
color: #BF6371;
}
.AnyTagClassName
{
color: #BF6371;
}
</style>
background-color css
<style>
a { background-color: #BF6371; }
a { background-color: rgb(191,99,113); }
div.DivClassName
{
background-color: #BF6371;
}
.BgClassName
{
background-color: #BF6371;
}
</style>
border-color css
<style>
span { border-color: #BF6371; }
span { border-color: rgb(191,99,113); }
td.TdClassName
{
border-color: #BF6371;
}
.TagClassName
{
border-color: #BF6371;
}
</style>