Shades of Cabaret #BF636D
Tints of Cabaret #BF636D
RGB
CMYK
RGB Variations
Color information
#BF636D (or 0xBF636D) is known color: Cabaret. HEX triplet: BF, 63 and 6D. RGB value is (191,99,109). Sum of RGB (Red+Green+Blue) = 191+99+109=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF636D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF636D is #409C92. Grayscale: #7F7F7F. Windows color (decimal): -4234387 or 7168959. OLE color: 7168959.
HSL color Cylindrical-coordinate representation of color #BF636D: hue angle of 353.48º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF636D is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 99 | 109 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.25 |
| HSL | 353.48º | 0.42% | 0.57% | - |
| HSV(B) | 353.48º | 0.48% | 0.75% | - |
| XYZ | 28.71 | 21.1 | 17.03 | - |
| YUV | 127.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 99 | 109 | 0 | 0.48 | 0.43 | 0.25 | 353.48 | 0.42 | 0.57 |
| Hex | BF | 63 | 6D | 0 | 30 | 2B | 19 | 161 | 2A | 39 |
| Octal | 277 | 143 | 155 | 0 | 60 | 53 | 31 | 541 | 52 | 71 |
| Binary | 10111111 | 1100011 | 1101101 | 0 | 110000 | 101011 | 11001 | 101100001 | 101010 | 111001 |
Color Harmonies of #BF636D
Complementary color
Monochromatic Colors of #BF636D
Black with #BF636D
Text Example
Text Example
White with #BF636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF636D; }
p { color: rgb(191,99,109); }
H1.HeaderClassName
{
color: #BF636D;
}
.AnyTagClassName
{
color: #BF636D;
}
</style>
background-color css
<style>
a { background-color: #BF636D; }
a { background-color: rgb(191,99,109); }
div.DivClassName
{
background-color: #BF636D;
}
.BgClassName
{
background-color: #BF636D;
}
</style>
border-color css
<style>
span { border-color: #BF636D; }
span { border-color: rgb(191,99,109); }
td.TdClassName
{
border-color: #BF636D;
}
.TagClassName
{
border-color: #BF636D;
}
</style>