Shades of Gimblet #BFB362
Tints of Gimblet #BFB362
RGB
CMYK
RGB Variations
Color information
#BFB362 (or 0xBFB362) is known color: Gimblet. HEX triplet: BF, B3 and 62. RGB value is (191,179,98). Sum of RGB (Red+Green+Blue) = 191+179+98=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB362 is #404C9D. Grayscale: #ADADAD. Windows color (decimal): -4213918 or 6468543. OLE color: 6468543.
HSL color Cylindrical-coordinate representation of color #BFB362: hue angle of 52.26º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFB362 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 98 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.25 |
| HSL | 52.26º | 0.42% | 0.57% | - |
| HSV(B) | 52.26º | 0.49% | 0.75% | - |
| XYZ | 39.81 | 44.2 | 17.99 | - |
| YUV | 173.35 | 85.48 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 98 | 0 | 0.06 | 0.49 | 0.25 | 52.26 | 0.42 | 0.57 |
| Hex | BF | B3 | 62 | 0 | 6 | 31 | 19 | 34 | 2A | 39 |
| Octal | 277 | 263 | 142 | 0 | 6 | 61 | 31 | 64 | 52 | 71 |
| Binary | 10111111 | 10110011 | 1100010 | 0 | 110 | 110001 | 11001 | 110100 | 101010 | 111001 |
Color Harmonies of #BFB362
Complementary color
Monochromatic Colors of #BFB362
Black with #BFB362
Text Example
Text Example
White with #BFB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB362; }
p { color: rgb(191,179,98); }
H1.HeaderClassName
{
color: #BFB362;
}
.AnyTagClassName
{
color: #BFB362;
}
</style>
background-color css
<style>
a { background-color: #BFB362; }
a { background-color: rgb(191,179,98); }
div.DivClassName
{
background-color: #BFB362;
}
.BgClassName
{
background-color: #BFB362;
}
</style>
border-color css
<style>
span { border-color: #BFB362; }
span { border-color: rgb(191,179,98); }
td.TdClassName
{
border-color: #BFB362;
}
.TagClassName
{
border-color: #BFB362;
}
</style>