Shades of Cabaret #BF6276
Tints of Cabaret #BF6276
RGB
CMYK
RGB Variations
Color information
#BF6276 (or 0xBF6276) is known color: Cabaret. HEX triplet: BF, 62 and 76. RGB value is (191,98,118). Sum of RGB (Red+Green+Blue) = 191+98+118=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6276 is #409D89. Grayscale: #808080. Windows color (decimal): -4234634 or 7758527. OLE color: 7758527.
HSL color Cylindrical-coordinate representation of color #BF6276: hue angle of 347.1º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6276 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 118 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.25 |
| HSL | 347.1º | 0.42% | 0.57% | - |
| HSV(B) | 347.1º | 0.49% | 0.75% | - |
| XYZ | 29.12 | 21.12 | 19.68 | - |
| YUV | 128.09 | 122.31 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 118 | 0 | 0.49 | 0.38 | 0.25 | 347.1 | 0.42 | 0.57 |
| Hex | BF | 62 | 76 | 0 | 31 | 26 | 19 | 15B | 2A | 39 |
| Octal | 277 | 142 | 166 | 0 | 61 | 46 | 31 | 533 | 52 | 71 |
| Binary | 10111111 | 1100010 | 1110110 | 0 | 110001 | 100110 | 11001 | 101011011 | 101010 | 111001 |
Color Harmonies of #BF6276
Complementary color
Monochromatic Colors of #BF6276
Black with #BF6276
Text Example
Text Example
White with #BF6276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6276; }
p { color: rgb(191,98,118); }
H1.HeaderClassName
{
color: #BF6276;
}
.AnyTagClassName
{
color: #BF6276;
}
</style>
background-color css
<style>
a { background-color: #BF6276; }
a { background-color: rgb(191,98,118); }
div.DivClassName
{
background-color: #BF6276;
}
.BgClassName
{
background-color: #BF6276;
}
</style>
border-color css
<style>
span { border-color: #BF6276; }
span { border-color: rgb(191,98,118); }
td.TdClassName
{
border-color: #BF6276;
}
.TagClassName
{
border-color: #BF6276;
}
</style>