Shades of Cabaret #BF6573
Tints of Cabaret #BF6573
RGB
CMYK
RGB Variations
Color information
#BF6573 (or 0xBF6573) is known color: Cabaret. HEX triplet: BF, 65 and 73. RGB value is (191,101,115). Sum of RGB (Red+Green+Blue) = 191+101+115=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6573 is #409A8C. Grayscale: #818181. Windows color (decimal): -4233869 or 7562687. OLE color: 7562687.
HSL color Cylindrical-coordinate representation of color #BF6573: hue angle of 350.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6573 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 115 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.25 |
| HSL | 350.67º | 0.41% | 0.57% | - |
| HSV(B) | 350.67º | 0.47% | 0.75% | - |
| XYZ | 29.23 | 21.62 | 18.85 | - |
| YUV | 129.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 115 | 0 | 0.47 | 0.40 | 0.25 | 350.67 | 0.41 | 0.57 |
| Hex | BF | 65 | 73 | 0 | 2F | 28 | 19 | 15F | 29 | 39 |
| Octal | 277 | 145 | 163 | 0 | 57 | 50 | 31 | 537 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1110011 | 0 | 101111 | 101000 | 11001 | 101011111 | 101001 | 111001 |
Color Harmonies of #BF6573
Complementary color
Monochromatic Colors of #BF6573
Black with #BF6573
Text Example
Text Example
White with #BF6573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6573; }
p { color: rgb(191,101,115); }
H1.HeaderClassName
{
color: #BF6573;
}
.AnyTagClassName
{
color: #BF6573;
}
</style>
background-color css
<style>
a { background-color: #BF6573; }
a { background-color: rgb(191,101,115); }
div.DivClassName
{
background-color: #BF6573;
}
.BgClassName
{
background-color: #BF6573;
}
</style>
border-color css
<style>
span { border-color: #BF6573; }
span { border-color: rgb(191,101,115); }
td.TdClassName
{
border-color: #BF6573;
}
.TagClassName
{
border-color: #BF6573;
}
</style>