Shades of Sisal #BFB79C
Tints of Sisal #BFB79C
RGB
CMYK
RGB Variations
Color information
#BFB79C (or 0xBFB79C) is known color: Sisal. HEX triplet: BF, B7 and 9C. RGB value is (191,183,156). Sum of RGB (Red+Green+Blue) = 191+183+156=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB79C is #404863. Grayscale: #B6B6B6. Windows color (decimal): -4212836 or 10270655. OLE color: 10270655.
HSL color Cylindrical-coordinate representation of color #BFB79C: hue angle of 46.29º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFB79C is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 156 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.25 |
| HSL | 46.29º | 0.21% | 0.68% | - |
| HSV(B) | 46.29º | 0.18% | 0.75% | - |
| XYZ | 44.42 | 47.34 | 38.25 | - |
| YUV | 182.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 156 | 0 | 0.04 | 0.18 | 0.25 | 46.29 | 0.21 | 0.68 |
| Hex | BF | B7 | 9C | 0 | 4 | 12 | 19 | 2E | 15 | 44 |
| Octal | 277 | 267 | 234 | 0 | 4 | 22 | 31 | 56 | 25 | 104 |
| Binary | 10111111 | 10110111 | 10011100 | 0 | 100 | 10010 | 11001 | 101110 | 10101 | 1000100 |
Color Harmonies of #BFB79C
Complementary color
Monochromatic Colors of #BFB79C
Black with #BFB79C
Text Example
Text Example
White with #BFB79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB79C; }
p { color: rgb(191,183,156); }
H1.HeaderClassName
{
color: #BFB79C;
}
.AnyTagClassName
{
color: #BFB79C;
}
</style>
background-color css
<style>
a { background-color: #BFB79C; }
a { background-color: rgb(191,183,156); }
div.DivClassName
{
background-color: #BFB79C;
}
.BgClassName
{
background-color: #BFB79C;
}
</style>
border-color css
<style>
span { border-color: #BFB79C; }
span { border-color: rgb(191,183,156); }
td.TdClassName
{
border-color: #BFB79C;
}
.TagClassName
{
border-color: #BFB79C;
}
</style>