Shades of Gimblet #BFB05C
Tints of Gimblet #BFB05C
RGB
CMYK
RGB Variations
Color information
#BFB05C (or 0xBFB05C) is known color: Gimblet. HEX triplet: BF, B0 and 5C. RGB value is (191,176,92). Sum of RGB (Red+Green+Blue) = 191+176+92=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFB05C is #404FA3. Grayscale: #ABABAB. Windows color (decimal): -4214692 or 6074559. OLE color: 6074559.
HSL color Cylindrical-coordinate representation of color #BFB05C: hue angle of 50.91º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB05C is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 92 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.25 |
| HSL | 50.91º | 0.44% | 0.55% | - |
| HSV(B) | 50.91º | 0.52% | 0.75% | - |
| XYZ | 38.94 | 42.9 | 16.35 | - |
| YUV | 170.91 | 83.47 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 92 | 0 | 0.08 | 0.52 | 0.25 | 50.91 | 0.44 | 0.55 |
| Hex | BF | B0 | 5C | 0 | 8 | 34 | 19 | 33 | 2C | 37 |
| Octal | 277 | 260 | 134 | 0 | 10 | 64 | 31 | 63 | 54 | 67 |
| Binary | 10111111 | 10110000 | 1011100 | 0 | 1000 | 110100 | 11001 | 110011 | 101100 | 110111 |
Color Harmonies of #BFB05C
Complementary color
Monochromatic Colors of #BFB05C
Black with #BFB05C
Text Example
Text Example
White with #BFB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB05C; }
p { color: rgb(191,176,92); }
H1.HeaderClassName
{
color: #BFB05C;
}
.AnyTagClassName
{
color: #BFB05C;
}
</style>
background-color css
<style>
a { background-color: #BFB05C; }
a { background-color: rgb(191,176,92); }
div.DivClassName
{
background-color: #BFB05C;
}
.BgClassName
{
background-color: #BFB05C;
}
</style>
border-color css
<style>
span { border-color: #BFB05C; }
span { border-color: rgb(191,176,92); }
td.TdClassName
{
border-color: #BFB05C;
}
.TagClassName
{
border-color: #BFB05C;
}
</style>