Shades of Gimblet #BFB35D
Tints of Gimblet #BFB35D
RGB
CMYK
RGB Variations
Color information
#BFB35D (or 0xBFB35D) is known color: Gimblet. HEX triplet: BF, B3 and 5D. RGB value is (191,179,93). Sum of RGB (Red+Green+Blue) = 191+179+93=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 93 (36.72% from 255 or 20.09% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB35D is #404CA2. Grayscale: #ADADAD. Windows color (decimal): -4213923 or 6140863. OLE color: 6140863.
HSL color Cylindrical-coordinate representation of color #BFB35D: hue angle of 52.65º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFB35D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 93 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.25 |
| HSL | 52.65º | 0.43% | 0.56% | - |
| HSV(B) | 52.65º | 0.51% | 0.75% | - |
| XYZ | 39.58 | 44.11 | 16.78 | - |
| YUV | 172.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 93 | 0 | 0.06 | 0.51 | 0.25 | 52.65 | 0.43 | 0.56 |
| Hex | BF | B3 | 5D | 0 | 6 | 33 | 19 | 35 | 2B | 38 |
| Octal | 277 | 263 | 135 | 0 | 6 | 63 | 31 | 65 | 53 | 70 |
| Binary | 10111111 | 10110011 | 1011101 | 0 | 110 | 110011 | 11001 | 110101 | 101011 | 111000 |
Color Harmonies of #BFB35D
Complementary color
Monochromatic Colors of #BFB35D
Black with #BFB35D
Text Example
Text Example
White with #BFB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB35D; }
p { color: rgb(191,179,93); }
H1.HeaderClassName
{
color: #BFB35D;
}
.AnyTagClassName
{
color: #BFB35D;
}
</style>
background-color css
<style>
a { background-color: #BFB35D; }
a { background-color: rgb(191,179,93); }
div.DivClassName
{
background-color: #BFB35D;
}
.BgClassName
{
background-color: #BFB35D;
}
</style>
border-color css
<style>
span { border-color: #BFB35D; }
span { border-color: rgb(191,179,93); }
td.TdClassName
{
border-color: #BFB35D;
}
.TagClassName
{
border-color: #BFB35D;
}
</style>