Shades of Cabaret #BF6572
Tints of Cabaret #BF6572
RGB
CMYK
RGB Variations
Color information
#BF6572 (or 0xBF6572) is known color: Cabaret. HEX triplet: BF, 65 and 72. RGB value is (191,101,114). Sum of RGB (Red+Green+Blue) = 191+101+114=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6572 is #409A8D. Grayscale: #818181. Windows color (decimal): -4233870 or 7497151. OLE color: 7497151.
HSL color Cylindrical-coordinate representation of color #BF6572: hue angle of 351.33º 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 #BF6572 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 114 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.25 |
| HSL | 351.33º | 0.41% | 0.57% | - |
| HSV(B) | 351.33º | 0.47% | 0.75% | - |
| XYZ | 29.18 | 21.6 | 18.55 | - |
| YUV | 129.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 114 | 0 | 0.47 | 0.40 | 0.25 | 351.33 | 0.41 | 0.57 |
| Hex | BF | 65 | 72 | 0 | 2F | 28 | 19 | 15F | 29 | 39 |
| Octal | 277 | 145 | 162 | 0 | 57 | 50 | 31 | 537 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1110010 | 0 | 101111 | 101000 | 11001 | 101011111 | 101001 | 111001 |
Color Harmonies of #BF6572
Complementary color
Monochromatic Colors of #BF6572
Black with #BF6572
Text Example
Text Example
White with #BF6572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6572; }
p { color: rgb(191,101,114); }
H1.HeaderClassName
{
color: #BF6572;
}
.AnyTagClassName
{
color: #BF6572;
}
</style>
background-color css
<style>
a { background-color: #BF6572; }
a { background-color: rgb(191,101,114); }
div.DivClassName
{
background-color: #BF6572;
}
.BgClassName
{
background-color: #BF6572;
}
</style>
border-color css
<style>
span { border-color: #BF6572; }
span { border-color: rgb(191,101,114); }
td.TdClassName
{
border-color: #BF6572;
}
.TagClassName
{
border-color: #BF6572;
}
</style>