Shades of Gimblet #B8AD5D
Tints of Gimblet #B8AD5D
RGB
CMYK
RGB Variations
Color information
#B8AD5D (or 0xB8AD5D) is known color: Gimblet. HEX triplet: B8, AD and 5D. RGB value is (184,173,93). Sum of RGB (Red+Green+Blue) = 184+173+93=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AD5D is #4752A2. Grayscale: #A7A7A7. Windows color (decimal): -4674211 or 6139320. OLE color: 6139320.
HSL color Cylindrical-coordinate representation of color #B8AD5D: hue angle of 52.75º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8AD5D is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 173 | 93 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.28 |
| HSL | 52.75º | 0.39% | 0.54% | - |
| HSV(B) | 52.75º | 0.49% | 0.72% | - |
| XYZ | 36.69 | 40.87 | 16.31 | - |
| YUV | 167.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 173 | 93 | 0 | 0.06 | 0.49 | 0.28 | 52.75 | 0.39 | 0.54 |
| Hex | B8 | AD | 5D | 0 | 6 | 31 | 1C | 35 | 27 | 36 |
| Octal | 270 | 255 | 135 | 0 | 6 | 61 | 34 | 65 | 47 | 66 |
| Binary | 10111000 | 10101101 | 1011101 | 0 | 110 | 110001 | 11100 | 110101 | 100111 | 110110 |
Color Harmonies of #B8AD5D
Complementary color
Monochromatic Colors of #B8AD5D
Black with #B8AD5D
Text Example
Text Example
White with #B8AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AD5D; }
p { color: rgb(184,173,93); }
H1.HeaderClassName
{
color: #B8AD5D;
}
.AnyTagClassName
{
color: #B8AD5D;
}
</style>
background-color css
<style>
a { background-color: #B8AD5D; }
a { background-color: rgb(184,173,93); }
div.DivClassName
{
background-color: #B8AD5D;
}
.BgClassName
{
background-color: #B8AD5D;
}
</style>
border-color css
<style>
span { border-color: #B8AD5D; }
span { border-color: rgb(184,173,93); }
td.TdClassName
{
border-color: #B8AD5D;
}
.TagClassName
{
border-color: #B8AD5D;
}
</style>