Shades of Gimblet #B5AF64
Tints of Gimblet #B5AF64
RGB
CMYK
RGB Variations
Color information
#B5AF64 (or 0xB5AF64) is known color: Gimblet. HEX triplet: B5, AF and 64. RGB value is (181,175,100). Sum of RGB (Red+Green+Blue) = 181+175+100=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 100 (39.45% from 255 or 21.93% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF64 is #4A509B. Grayscale: #A8A8A8. Windows color (decimal): -4870300 or 6598581. OLE color: 6598581.
HSL color Cylindrical-coordinate representation of color #B5AF64: hue angle of 55.56º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5AF64 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 100 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.29 |
| HSL | 55.56º | 0.35% | 0.55% | - |
| HSV(B) | 55.56º | 0.45% | 0.71% | - |
| XYZ | 36.69 | 41.4 | 18.11 | - |
| YUV | 168.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 100 | 0 | 0.03 | 0.45 | 0.29 | 55.56 | 0.35 | 0.55 |
| Hex | B5 | AF | 64 | 0 | 3 | 2D | 1D | 38 | 23 | 37 |
| Octal | 265 | 257 | 144 | 0 | 3 | 55 | 35 | 70 | 43 | 67 |
| Binary | 10110101 | 10101111 | 1100100 | 0 | 11 | 101101 | 11101 | 111000 | 100011 | 110111 |
Color Harmonies of #B5AF64
Complementary color
Monochromatic Colors of #B5AF64
Black with #B5AF64
Text Example
Text Example
White with #B5AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF64; }
p { color: rgb(181,175,100); }
H1.HeaderClassName
{
color: #B5AF64;
}
.AnyTagClassName
{
color: #B5AF64;
}
</style>
background-color css
<style>
a { background-color: #B5AF64; }
a { background-color: rgb(181,175,100); }
div.DivClassName
{
background-color: #B5AF64;
}
.BgClassName
{
background-color: #B5AF64;
}
</style>
border-color css
<style>
span { border-color: #B5AF64; }
span { border-color: rgb(181,175,100); }
td.TdClassName
{
border-color: #B5AF64;
}
.TagClassName
{
border-color: #B5AF64;
}
</style>