Shades of Cabaret #BF676B
Tints of Cabaret #BF676B
RGB
CMYK
RGB Variations
Color information
#BF676B (or 0xBF676B) is known color: Cabaret. HEX triplet: BF, 67 and 6B. RGB value is (191,103,107). Sum of RGB (Red+Green+Blue) = 191+103+107=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676B is #409894. Grayscale: #818181. Windows color (decimal): -4233365 or 7038911. OLE color: 7038911.
HSL color Cylindrical-coordinate representation of color #BF676B: hue angle of 357.27º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF676B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 107 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.25 |
| HSL | 357.27º | 0.41% | 0.58% | - |
| HSV(B) | 357.27º | 0.46% | 0.75% | - |
| XYZ | 28.99 | 21.84 | 16.6 | - |
| YUV | 129.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 107 | 0 | 0.46 | 0.44 | 0.25 | 357.27 | 0.41 | 0.58 |
| Hex | BF | 67 | 6B | 0 | 2E | 2C | 19 | 165 | 29 | 3A |
| Octal | 277 | 147 | 153 | 0 | 56 | 54 | 31 | 545 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1101011 | 0 | 101110 | 101100 | 11001 | 101100101 | 101001 | 111010 |
Color Harmonies of #BF676B
Complementary color
Monochromatic Colors of #BF676B
Black with #BF676B
Text Example
Text Example
White with #BF676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF676B; }
p { color: rgb(191,103,107); }
H1.HeaderClassName
{
color: #BF676B;
}
.AnyTagClassName
{
color: #BF676B;
}
</style>
background-color css
<style>
a { background-color: #BF676B; }
a { background-color: rgb(191,103,107); }
div.DivClassName
{
background-color: #BF676B;
}
.BgClassName
{
background-color: #BF676B;
}
</style>
border-color css
<style>
span { border-color: #BF676B; }
span { border-color: rgb(191,103,107); }
td.TdClassName
{
border-color: #BF676B;
}
.TagClassName
{
border-color: #BF676B;
}
</style>