Shades of Cabaret #BF676F
Tints of Cabaret #BF676F
RGB
CMYK
RGB Variations
Color information
#BF676F (or 0xBF676F) is known color: Cabaret. HEX triplet: BF, 67 and 6F. RGB value is (191,103,111). Sum of RGB (Red+Green+Blue) = 191+103+111=405 (53% of max value = 765). Red value is 191 (75% from 255 or 47.16% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676F is #409890. Grayscale: #828282. Windows color (decimal): -4233361 or 7301055. OLE color: 7301055.
HSL color Cylindrical-coordinate representation of color #BF676F: hue angle of 354.55º 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 #BF676F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 111 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.25 |
| HSL | 354.55º | 0.41% | 0.58% | - |
| HSV(B) | 354.55º | 0.46% | 0.75% | - |
| XYZ | 29.21 | 21.92 | 17.73 | - |
| YUV | 130.22 | 117.15 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 111 | 0 | 0.46 | 0.42 | 0.25 | 354.55 | 0.41 | 0.58 |
| Hex | BF | 67 | 6F | 0 | 2E | 2A | 19 | 163 | 29 | 3A |
| Octal | 277 | 147 | 157 | 0 | 56 | 52 | 31 | 543 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1101111 | 0 | 101110 | 101010 | 11001 | 101100011 | 101001 | 111010 |
Color Harmonies of #BF676F
Complementary color
Monochromatic Colors of #BF676F
Black with #BF676F
Text Example
Text Example
White with #BF676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF676F; }
p { color: rgb(191,103,111); }
H1.HeaderClassName
{
color: #BF676F;
}
.AnyTagClassName
{
color: #BF676F;
}
</style>
background-color css
<style>
a { background-color: #BF676F; }
a { background-color: rgb(191,103,111); }
div.DivClassName
{
background-color: #BF676F;
}
.BgClassName
{
background-color: #BF676F;
}
</style>
border-color css
<style>
span { border-color: #BF676F; }
span { border-color: rgb(191,103,111); }
td.TdClassName
{
border-color: #BF676F;
}
.TagClassName
{
border-color: #BF676F;
}
</style>