Shades of Gimblet #BFB068
Tints of Gimblet #BFB068
RGB
CMYK
RGB Variations
Color information
#BFB068 (or 0xBFB068) is known color: Gimblet. HEX triplet: BF, B0 and 68. RGB value is (191,176,104). Sum of RGB (Red+Green+Blue) = 191+176+104=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 176 (69.14% from 255 or 37.37% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB068 is #404F97. Grayscale: #ACACAC. Windows color (decimal): -4214680 or 6860991. OLE color: 6860991.
HSL color Cylindrical-coordinate representation of color #BFB068: hue angle of 49.66º degrees, saturation: 0.4, 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 #BFB068 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 104 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.25 |
| HSL | 49.66º | 0.4% | 0.58% | - |
| HSV(B) | 49.66º | 0.46% | 0.75% | - |
| XYZ | 39.51 | 43.13 | 19.34 | - |
| YUV | 172.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 104 | 0 | 0.08 | 0.46 | 0.25 | 49.66 | 0.4 | 0.58 |
| Hex | BF | B0 | 68 | 0 | 8 | 2E | 19 | 32 | 28 | 3A |
| Octal | 277 | 260 | 150 | 0 | 10 | 56 | 31 | 62 | 50 | 72 |
| Binary | 10111111 | 10110000 | 1101000 | 0 | 1000 | 101110 | 11001 | 110010 | 101000 | 111010 |
Color Harmonies of #BFB068
Complementary color
Monochromatic Colors of #BFB068
Black with #BFB068
Text Example
Text Example
White with #BFB068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB068; }
p { color: rgb(191,176,104); }
H1.HeaderClassName
{
color: #BFB068;
}
.AnyTagClassName
{
color: #BFB068;
}
</style>
background-color css
<style>
a { background-color: #BFB068; }
a { background-color: rgb(191,176,104); }
div.DivClassName
{
background-color: #BFB068;
}
.BgClassName
{
background-color: #BFB068;
}
</style>
border-color css
<style>
span { border-color: #BFB068; }
span { border-color: rgb(191,176,104); }
td.TdClassName
{
border-color: #BFB068;
}
.TagClassName
{
border-color: #BFB068;
}
</style>