Shades of Gimblet #BBAF63
Tints of Gimblet #BBAF63
RGB
CMYK
RGB Variations
Color information
#BBAF63 (or 0xBBAF63) is known color: Gimblet. HEX triplet: BB, AF and 63. RGB value is (187,175,99). Sum of RGB (Red+Green+Blue) = 187+175+99=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAF63 is #44509C. Grayscale: #AAAAAA. Windows color (decimal): -4477085 or 6533051. OLE color: 6533051.
HSL color Cylindrical-coordinate representation of color #BBAF63: hue angle of 51.82º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBAF63 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 175 | 99 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.27 |
| HSL | 51.82º | 0.39% | 0.56% | - |
| HSV(B) | 51.82º | 0.47% | 0.73% | - |
| XYZ | 38.08 | 42.13 | 17.93 | - |
| YUV | 169.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 175 | 99 | 0 | 0.06 | 0.47 | 0.27 | 51.82 | 0.39 | 0.56 |
| Hex | BB | AF | 63 | 0 | 6 | 2F | 1B | 34 | 27 | 38 |
| Octal | 273 | 257 | 143 | 0 | 6 | 57 | 33 | 64 | 47 | 70 |
| Binary | 10111011 | 10101111 | 1100011 | 0 | 110 | 101111 | 11011 | 110100 | 100111 | 111000 |
Color Harmonies of #BBAF63
Complementary color
Monochromatic Colors of #BBAF63
Black with #BBAF63
Text Example
Text Example
White with #BBAF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAF63; }
p { color: rgb(187,175,99); }
H1.HeaderClassName
{
color: #BBAF63;
}
.AnyTagClassName
{
color: #BBAF63;
}
</style>
background-color css
<style>
a { background-color: #BBAF63; }
a { background-color: rgb(187,175,99); }
div.DivClassName
{
background-color: #BBAF63;
}
.BgClassName
{
background-color: #BBAF63;
}
</style>
border-color css
<style>
span { border-color: #BBAF63; }
span { border-color: rgb(187,175,99); }
td.TdClassName
{
border-color: #BBAF63;
}
.TagClassName
{
border-color: #BBAF63;
}
</style>