Shades of Cabaret #BF606E
Tints of Cabaret #BF606E
RGB
CMYK
RGB Variations
Color information
#BF606E (or 0xBF606E) is known color: Cabaret. HEX triplet: BF, 60 and 6E. RGB value is (191,96,110). Sum of RGB (Red+Green+Blue) = 191+96+110=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF606E is #409F91. Grayscale: #7E7E7E. Windows color (decimal): -4235154 or 7233727. OLE color: 7233727.
HSL color Cylindrical-coordinate representation of color #BF606E: hue angle of 351.16º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF606E is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 96 | 110 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.25 |
| HSL | 351.16º | 0.43% | 0.56% | - |
| HSV(B) | 351.16º | 0.5% | 0.75% | - |
| XYZ | 28.48 | 20.57 | 17.22 | - |
| YUV | 126 | 118.97 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 96 | 110 | 0 | 0.50 | 0.42 | 0.25 | 351.16 | 0.43 | 0.56 |
| Hex | BF | 60 | 6E | 0 | 32 | 2A | 19 | 15F | 2B | 38 |
| Octal | 277 | 140 | 156 | 0 | 62 | 52 | 31 | 537 | 53 | 70 |
| Binary | 10111111 | 1100000 | 1101110 | 0 | 110010 | 101010 | 11001 | 101011111 | 101011 | 111000 |
Color Harmonies of #BF606E
Complementary color
Monochromatic Colors of #BF606E
Black with #BF606E
Text Example
Text Example
White with #BF606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF606E; }
p { color: rgb(191,96,110); }
H1.HeaderClassName
{
color: #BF606E;
}
.AnyTagClassName
{
color: #BF606E;
}
</style>
background-color css
<style>
a { background-color: #BF606E; }
a { background-color: rgb(191,96,110); }
div.DivClassName
{
background-color: #BF606E;
}
.BgClassName
{
background-color: #BF606E;
}
</style>
border-color css
<style>
span { border-color: #BF606E; }
span { border-color: rgb(191,96,110); }
td.TdClassName
{
border-color: #BF606E;
}
.TagClassName
{
border-color: #BF606E;
}
</style>