Shades of Gimblet #BBAF56
Tints of Gimblet #BBAF56
RGB
CMYK
RGB Variations
Color information
#BBAF56 (or 0xBBAF56) is known color: Gimblet. HEX triplet: BB, AF and 56. RGB value is (187,175,86). Sum of RGB (Red+Green+Blue) = 187+175+86=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF56 is #4450A9. Grayscale: #A8A8A8. Windows color (decimal): -4477098 or 5681083. OLE color: 5681083.
HSL color Cylindrical-coordinate representation of color #BBAF56: hue angle of 52.87º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBAF56 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 86 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.27 |
| HSL | 52.87º | 0.43% | 0.54% | - |
| HSV(B) | 52.87º | 0.54% | 0.73% | - |
| XYZ | 37.5 | 41.9 | 14.91 | - |
| YUV | 168.44 | 81.48 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 86 | 0 | 0.06 | 0.54 | 0.27 | 52.87 | 0.43 | 0.54 |
| Hex | BB | AF | 56 | 0 | 6 | 36 | 1B | 35 | 2B | 36 |
| Octal | 273 | 257 | 126 | 0 | 6 | 66 | 33 | 65 | 53 | 66 |
| Binary | 10111011 | 10101111 | 1010110 | 0 | 110 | 110110 | 11011 | 110101 | 101011 | 110110 |
Color Harmonies of #BBAF56
Complementary color
Monochromatic Colors of #BBAF56
Black with #BBAF56
Text Example
Text Example
White with #BBAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF56; }
p { color: rgb(187,175,86); }
H1.HeaderClassName
{
color: #BBAF56;
}
.AnyTagClassName
{
color: #BBAF56;
}
</style>
background-color css
<style>
a { background-color: #BBAF56; }
a { background-color: rgb(187,175,86); }
div.DivClassName
{
background-color: #BBAF56;
}
.BgClassName
{
background-color: #BBAF56;
}
</style>
border-color css
<style>
span { border-color: #BBAF56; }
span { border-color: rgb(187,175,86); }
td.TdClassName
{
border-color: #BBAF56;
}
.TagClassName
{
border-color: #BBAF56;
}
</style>