Shades of Cabaret #BF5E74
Tints of Cabaret #BF5E74
RGB
CMYK
RGB Variations
Color information
#BF5E74 (or 0xBF5E74) is known color: Cabaret. HEX triplet: BF, 5E and 74. RGB value is (191,94,116). Sum of RGB (Red+Green+Blue) = 191+94+116=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E74 is #40A18B. Grayscale: #7D7D7D. Windows color (decimal): -4235660 or 7626431. OLE color: 7626431.
HSL color Cylindrical-coordinate representation of color #BF5E74: hue angle of 346.39º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E74 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 116 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.25 |
| HSL | 346.39º | 0.43% | 0.56% | - |
| HSV(B) | 346.39º | 0.51% | 0.75% | - |
| XYZ | 28.64 | 20.34 | 18.94 | - |
| YUV | 125.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 116 | 0 | 0.51 | 0.39 | 0.25 | 346.39 | 0.43 | 0.56 |
| Hex | BF | 5E | 74 | 0 | 33 | 27 | 19 | 15A | 2B | 38 |
| Octal | 277 | 136 | 164 | 0 | 63 | 47 | 31 | 532 | 53 | 70 |
| Binary | 10111111 | 1011110 | 1110100 | 0 | 110011 | 100111 | 11001 | 101011010 | 101011 | 111000 |
Color Harmonies of #BF5E74
Complementary color
Monochromatic Colors of #BF5E74
Black with #BF5E74
Text Example
Text Example
White with #BF5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E74; }
p { color: rgb(191,94,116); }
H1.HeaderClassName
{
color: #BF5E74;
}
.AnyTagClassName
{
color: #BF5E74;
}
</style>
background-color css
<style>
a { background-color: #BF5E74; }
a { background-color: rgb(191,94,116); }
div.DivClassName
{
background-color: #BF5E74;
}
.BgClassName
{
background-color: #BF5E74;
}
</style>
border-color css
<style>
span { border-color: #BF5E74; }
span { border-color: rgb(191,94,116); }
td.TdClassName
{
border-color: #BF5E74;
}
.TagClassName
{
border-color: #BF5E74;
}
</style>