Shades of Gimblet #BBAC64
Tints of Gimblet #BBAC64
RGB
CMYK
RGB Variations
Color information
#BBAC64 (or 0xBBAC64) is known color: Gimblet. HEX triplet: BB, AC and 64. RGB value is (187,172,100). Sum of RGB (Red+Green+Blue) = 187+172+100=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 172 (67.58% from 255 or 37.47% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAC64 is #44539B. Grayscale: #A8A8A8. Windows color (decimal): -4477852 or 6597819. OLE color: 6597819.
HSL color Cylindrical-coordinate representation of color #BBAC64: hue angle of 49.66º 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 #BBAC64 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 172 | 100 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.27 |
| HSL | 49.66º | 0.39% | 0.56% | - |
| HSV(B) | 49.66º | 0.47% | 0.73% | - |
| XYZ | 37.55 | 40.99 | 17.99 | - |
| YUV | 168.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 100 | 0 | 0.08 | 0.47 | 0.27 | 49.66 | 0.39 | 0.56 |
| Hex | BB | AC | 64 | 0 | 8 | 2F | 1B | 32 | 27 | 38 |
| Octal | 273 | 254 | 144 | 0 | 10 | 57 | 33 | 62 | 47 | 70 |
| Binary | 10111011 | 10101100 | 1100100 | 0 | 1000 | 101111 | 11011 | 110010 | 100111 | 111000 |
Color Harmonies of #BBAC64
Complementary color
Monochromatic Colors of #BBAC64
Black with #BBAC64
Text Example
Text Example
White with #BBAC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAC64; }
p { color: rgb(187,172,100); }
H1.HeaderClassName
{
color: #BBAC64;
}
.AnyTagClassName
{
color: #BBAC64;
}
</style>
background-color css
<style>
a { background-color: #BBAC64; }
a { background-color: rgb(187,172,100); }
div.DivClassName
{
background-color: #BBAC64;
}
.BgClassName
{
background-color: #BBAC64;
}
</style>
border-color css
<style>
span { border-color: #BBAC64; }
span { border-color: rgb(187,172,100); }
td.TdClassName
{
border-color: #BBAC64;
}
.TagClassName
{
border-color: #BBAC64;
}
</style>