Shades of Gimblet #B5AF63
Tints of Gimblet #B5AF63
RGB
CMYK
RGB Variations
Color information
#B5AF63 (or 0xB5AF63) is known color: Gimblet. HEX triplet: B5, AF and 63. RGB value is (181,175,99). Sum of RGB (Red+Green+Blue) = 181+175+99=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 99 (39.06% from 255 or 21.76% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF63 is #4A509C. Grayscale: #A8A8A8. Windows color (decimal): -4870301 or 6533045. OLE color: 6533045.
HSL color Cylindrical-coordinate representation of color #B5AF63: hue angle of 55.61º degrees, saturation: 0.36, 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 #B5AF63 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 99 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.29 |
| HSL | 55.61º | 0.36% | 0.55% | - |
| HSV(B) | 55.61º | 0.45% | 0.71% | - |
| XYZ | 36.64 | 41.38 | 17.86 | - |
| YUV | 168.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 99 | 0 | 0.03 | 0.45 | 0.29 | 55.61 | 0.36 | 0.55 |
| Hex | B5 | AF | 63 | 0 | 3 | 2D | 1D | 38 | 24 | 37 |
| Octal | 265 | 257 | 143 | 0 | 3 | 55 | 35 | 70 | 44 | 67 |
| Binary | 10110101 | 10101111 | 1100011 | 0 | 11 | 101101 | 11101 | 111000 | 100100 | 110111 |
Color Harmonies of #B5AF63
Complementary color
Monochromatic Colors of #B5AF63
Black with #B5AF63
Text Example
Text Example
White with #B5AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF63; }
p { color: rgb(181,175,99); }
H1.HeaderClassName
{
color: #B5AF63;
}
.AnyTagClassName
{
color: #B5AF63;
}
</style>
background-color css
<style>
a { background-color: #B5AF63; }
a { background-color: rgb(181,175,99); }
div.DivClassName
{
background-color: #B5AF63;
}
.BgClassName
{
background-color: #B5AF63;
}
</style>
border-color css
<style>
span { border-color: #B5AF63; }
span { border-color: rgb(181,175,99); }
td.TdClassName
{
border-color: #B5AF63;
}
.TagClassName
{
border-color: #B5AF63;
}
</style>