Shades of Cabaret #BF5E6E
Tints of Cabaret #BF5E6E
RGB
CMYK
RGB Variations
Color information
#BF5E6E (or 0xBF5E6E) is known color: Cabaret. HEX triplet: BF, 5E and 6E. RGB value is (191,94,110). Sum of RGB (Red+Green+Blue) = 191+94+110=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E6E is #40A191. Grayscale: #7C7C7C. Windows color (decimal): -4235666 or 7233215. OLE color: 7233215.
HSL color Cylindrical-coordinate representation of color #BF5E6E: hue angle of 350.1º 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 #BF5E6E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 94 | 110 | - |
CMYK | 0 | 0.51 | 0.42 | 0.25 |
HSL | 350.1º | 0.43% | 0.56% | - |
HSV(B) | 350.1º | 0.51% | 0.75% | - |
XYZ | 28.3 | 20.21 | 17.16 | - |
YUV | 124.83 | 119.64 | 175.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 94 | 110 | 0 | 0.51 | 0.42 | 0.25 | 350.1 | 0.43 | 0.56 |
Hex | BF | 5E | 6E | 0 | 33 | 2A | 19 | 15E | 2B | 38 |
Octal | 277 | 136 | 156 | 0 | 63 | 52 | 31 | 536 | 53 | 70 |
Binary | 10111111 | 1011110 | 1101110 | 0 | 110011 | 101010 | 11001 | 101011110 | 101011 | 111000 |
Color Harmonies of #BF5E6E
Complementary color
Monochromatic Colors of #BF5E6E
Black with #BF5E6E
Text Example
Text Example
White with #BF5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E6E; }
p { color: rgb(191,94,110); }
H1.HeaderClassName
{
color: #BF5E6E;
}
.AnyTagClassName
{
color: #BF5E6E;
}
</style>
background-color css
<style>
a { background-color: #BF5E6E; }
a { background-color: rgb(191,94,110); }
div.DivClassName
{
background-color: #BF5E6E;
}
.BgClassName
{
background-color: #BF5E6E;
}
</style>
border-color css
<style>
span { border-color: #BF5E6E; }
span { border-color: rgb(191,94,110); }
td.TdClassName
{
border-color: #BF5E6E;
}
.TagClassName
{
border-color: #BF5E6E;
}
</style>