Shades of Gimblet #B9B05C
Tints of Gimblet #B9B05C
RGB
CMYK
RGB Variations
Color information
#B9B05C (or 0xB9B05C) is known color: Gimblet. HEX triplet: B9, B0 and 5C. RGB value is (185,176,92). Sum of RGB (Red+Green+Blue) = 185+176+92=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B05C is #464FA3. Grayscale: #A9A9A9. Windows color (decimal): -4607908 or 6074553. OLE color: 6074553.
HSL color Cylindrical-coordinate representation of color #B9B05C: hue angle of 54.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9B05C is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 92 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.27 |
| HSL | 54.19º | 0.4% | 0.54% | - |
| HSV(B) | 54.19º | 0.5% | 0.73% | - |
| XYZ | 37.46 | 42.14 | 16.28 | - |
| YUV | 169.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 92 | 0 | 0.05 | 0.50 | 0.27 | 54.19 | 0.4 | 0.54 |
| Hex | B9 | B0 | 5C | 0 | 5 | 32 | 1B | 36 | 28 | 36 |
| Octal | 271 | 260 | 134 | 0 | 5 | 62 | 33 | 66 | 50 | 66 |
| Binary | 10111001 | 10110000 | 1011100 | 0 | 101 | 110010 | 11011 | 110110 | 101000 | 110110 |
Color Harmonies of #B9B05C
Complementary color
Monochromatic Colors of #B9B05C
Black with #B9B05C
Text Example
Text Example
White with #B9B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B05C; }
p { color: rgb(185,176,92); }
H1.HeaderClassName
{
color: #B9B05C;
}
.AnyTagClassName
{
color: #B9B05C;
}
</style>
background-color css
<style>
a { background-color: #B9B05C; }
a { background-color: rgb(185,176,92); }
div.DivClassName
{
background-color: #B9B05C;
}
.BgClassName
{
background-color: #B9B05C;
}
</style>
border-color css
<style>
span { border-color: #B9B05C; }
span { border-color: rgb(185,176,92); }
td.TdClassName
{
border-color: #B9B05C;
}
.TagClassName
{
border-color: #B9B05C;
}
</style>