Shades of Cabaret #BF6574
Tints of Cabaret #BF6574
RGB
CMYK
RGB Variations
Color information
#BF6574 (or 0xBF6574) is known color: Cabaret. HEX triplet: BF, 65 and 74. RGB value is (191,101,116). Sum of RGB (Red+Green+Blue) = 191+101+116=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 116 (45.70% from 255 or 28.43% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6574 is #409A8B. Grayscale: #818181. Windows color (decimal): -4233868 or 7628223. OLE color: 7628223.
HSL color Cylindrical-coordinate representation of color #BF6574: hue angle of 350º 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 #BF6574 is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 101 | 116 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.25 |
| HSL | 350º | 0.41% | 0.57% | - |
| HSV(B) | 350º | 0.47% | 0.75% | - |
| XYZ | 29.29 | 21.64 | 19.16 | - |
| YUV | 129.62 | 120.32 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 101 | 116 | 0 | 0.47 | 0.39 | 0.25 | 350 | 0.41 | 0.57 |
| Hex | BF | 65 | 74 | 0 | 2F | 27 | 19 | 15E | 29 | 39 |
| Octal | 277 | 145 | 164 | 0 | 57 | 47 | 31 | 536 | 51 | 71 |
| Binary | 10111111 | 1100101 | 1110100 | 0 | 101111 | 100111 | 11001 | 101011110 | 101001 | 111001 |
Color Harmonies of #BF6574
Complementary color
Monochromatic Colors of #BF6574
Black with #BF6574
Text Example
Text Example
White with #BF6574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6574; }
p { color: rgb(191,101,116); }
H1.HeaderClassName
{
color: #BF6574;
}
.AnyTagClassName
{
color: #BF6574;
}
</style>
background-color css
<style>
a { background-color: #BF6574; }
a { background-color: rgb(191,101,116); }
div.DivClassName
{
background-color: #BF6574;
}
.BgClassName
{
background-color: #BF6574;
}
</style>
border-color css
<style>
span { border-color: #BF6574; }
span { border-color: rgb(191,101,116); }
td.TdClassName
{
border-color: #BF6574;
}
.TagClassName
{
border-color: #BF6574;
}
</style>