Shades of Gimblet #BFB55D
Tints of Gimblet #BFB55D
RGB
CMYK
RGB Variations
Color information
#BFB55D (or 0xBFB55D) is known color: Gimblet. HEX triplet: BF, B5 and 5D. RGB value is (191,181,93). Sum of RGB (Red+Green+Blue) = 191+181+93=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB55D is #404AA2. Grayscale: #AEAEAE. Windows color (decimal): -4213411 or 6141375. OLE color: 6141375.
HSL color Cylindrical-coordinate representation of color #BFB55D: hue angle of 53.88º 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 #BFB55D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 93 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.25 |
| HSL | 53.88º | 0.43% | 0.56% | - |
| HSV(B) | 53.88º | 0.51% | 0.75% | - |
| XYZ | 39.99 | 44.91 | 16.92 | - |
| YUV | 173.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 93 | 0 | 0.05 | 0.51 | 0.25 | 53.88 | 0.43 | 0.56 |
| Hex | BF | B5 | 5D | 0 | 5 | 33 | 19 | 36 | 2B | 38 |
| Octal | 277 | 265 | 135 | 0 | 5 | 63 | 31 | 66 | 53 | 70 |
| Binary | 10111111 | 10110101 | 1011101 | 0 | 101 | 110011 | 11001 | 110110 | 101011 | 111000 |
Color Harmonies of #BFB55D
Complementary color
Monochromatic Colors of #BFB55D
Black with #BFB55D
Text Example
Text Example
White with #BFB55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB55D; }
p { color: rgb(191,181,93); }
H1.HeaderClassName
{
color: #BFB55D;
}
.AnyTagClassName
{
color: #BFB55D;
}
</style>
background-color css
<style>
a { background-color: #BFB55D; }
a { background-color: rgb(191,181,93); }
div.DivClassName
{
background-color: #BFB55D;
}
.BgClassName
{
background-color: #BFB55D;
}
</style>
border-color css
<style>
span { border-color: #BFB55D; }
span { border-color: rgb(191,181,93); }
td.TdClassName
{
border-color: #BFB55D;
}
.TagClassName
{
border-color: #BFB55D;
}
</style>