Shades of Cabaret #BF6771
Tints of Cabaret #BF6771
RGB
CMYK
RGB Variations
Color information
#BF6771 (or 0xBF6771) is known color: Cabaret. HEX triplet: BF, 67 and 71. RGB value is (191,103,113). Sum of RGB (Red+Green+Blue) = 191+103+113=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 113 (44.53% from 255 or 27.76% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6771 is #40988E. Grayscale: #828282. Windows color (decimal): -4233359 or 7432127. OLE color: 7432127.
HSL color Cylindrical-coordinate representation of color #BF6771: hue angle of 353.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6771 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 113 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.25 |
| HSL | 353.18º | 0.41% | 0.58% | - |
| HSV(B) | 353.18º | 0.46% | 0.75% | - |
| XYZ | 29.32 | 21.97 | 18.32 | - |
| YUV | 130.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 113 | 0 | 0.46 | 0.41 | 0.25 | 353.18 | 0.41 | 0.58 |
| Hex | BF | 67 | 71 | 0 | 2E | 29 | 19 | 161 | 29 | 3A |
| Octal | 277 | 147 | 161 | 0 | 56 | 51 | 31 | 541 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1110001 | 0 | 101110 | 101001 | 11001 | 101100001 | 101001 | 111010 |
Color Harmonies of #BF6771
Complementary color
Monochromatic Colors of #BF6771
Black with #BF6771
Text Example
Text Example
White with #BF6771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6771; }
p { color: rgb(191,103,113); }
H1.HeaderClassName
{
color: #BF6771;
}
.AnyTagClassName
{
color: #BF6771;
}
</style>
background-color css
<style>
a { background-color: #BF6771; }
a { background-color: rgb(191,103,113); }
div.DivClassName
{
background-color: #BF6771;
}
.BgClassName
{
background-color: #BF6771;
}
</style>
border-color css
<style>
span { border-color: #BF6771; }
span { border-color: rgb(191,103,113); }
td.TdClassName
{
border-color: #BF6771;
}
.TagClassName
{
border-color: #BF6771;
}
</style>