Shades of Cabaret #BF676D
Tints of Cabaret #BF676D
RGB
CMYK
RGB Variations
Color information
#BF676D (or 0xBF676D) is known color: Cabaret. HEX triplet: BF, 67 and 6D. RGB value is (191,103,109). Sum of RGB (Red+Green+Blue) = 191+103+109=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF676D is #409892. Grayscale: #828282. Windows color (decimal): -4233363 or 7169983. OLE color: 7169983.
HSL color Cylindrical-coordinate representation of color #BF676D: hue angle of 355.91º 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 #BF676D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 103 | 109 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.25 |
| HSL | 355.91º | 0.41% | 0.58% | - |
| HSV(B) | 355.91º | 0.46% | 0.75% | - |
| XYZ | 29.1 | 21.88 | 17.16 | - |
| YUV | 130 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 109 | 0 | 0.46 | 0.43 | 0.25 | 355.91 | 0.41 | 0.58 |
| Hex | BF | 67 | 6D | 0 | 2E | 2B | 19 | 164 | 29 | 3A |
| Octal | 277 | 147 | 155 | 0 | 56 | 53 | 31 | 544 | 51 | 72 |
| Binary | 10111111 | 1100111 | 1101101 | 0 | 101110 | 101011 | 11001 | 101100100 | 101001 | 111010 |
Color Harmonies of #BF676D
Complementary color
Monochromatic Colors of #BF676D
Black with #BF676D
Text Example
Text Example
White with #BF676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF676D; }
p { color: rgb(191,103,109); }
H1.HeaderClassName
{
color: #BF676D;
}
.AnyTagClassName
{
color: #BF676D;
}
</style>
background-color css
<style>
a { background-color: #BF676D; }
a { background-color: rgb(191,103,109); }
div.DivClassName
{
background-color: #BF676D;
}
.BgClassName
{
background-color: #BF676D;
}
</style>
border-color css
<style>
span { border-color: #BF676D; }
span { border-color: rgb(191,103,109); }
td.TdClassName
{
border-color: #BF676D;
}
.TagClassName
{
border-color: #BF676D;
}
</style>