Shades of Gimblet #BBAD64
Tints of Gimblet #BBAD64
RGB
CMYK
RGB Variations
Color information
#BBAD64 (or 0xBBAD64) is known color: Gimblet. HEX triplet: BB, AD and 64. RGB value is (187,173,100). Sum of RGB (Red+Green+Blue) = 187+173+100=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAD64 is #44529B. Grayscale: #A9A9A9. Windows color (decimal): -4477596 or 6598075. OLE color: 6598075.
HSL color Cylindrical-coordinate representation of color #BBAD64: hue angle of 50.34º 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 #BBAD64 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 173 | 100 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.27 |
| HSL | 50.34º | 0.39% | 0.56% | - |
| HSV(B) | 50.34º | 0.47% | 0.73% | - |
| XYZ | 37.74 | 41.37 | 18.05 | - |
| YUV | 168.86 | 89.14 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 100 | 0 | 0.07 | 0.47 | 0.27 | 50.34 | 0.39 | 0.56 |
| Hex | BB | AD | 64 | 0 | 7 | 2F | 1B | 32 | 27 | 38 |
| Octal | 273 | 255 | 144 | 0 | 7 | 57 | 33 | 62 | 47 | 70 |
| Binary | 10111011 | 10101101 | 1100100 | 0 | 111 | 101111 | 11011 | 110010 | 100111 | 111000 |
Color Harmonies of #BBAD64
Complementary color
Monochromatic Colors of #BBAD64
Black with #BBAD64
Text Example
Text Example
White with #BBAD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAD64; }
p { color: rgb(187,173,100); }
H1.HeaderClassName
{
color: #BBAD64;
}
.AnyTagClassName
{
color: #BBAD64;
}
</style>
background-color css
<style>
a { background-color: #BBAD64; }
a { background-color: rgb(187,173,100); }
div.DivClassName
{
background-color: #BBAD64;
}
.BgClassName
{
background-color: #BBAD64;
}
</style>
border-color css
<style>
span { border-color: #BBAD64; }
span { border-color: rgb(187,173,100); }
td.TdClassName
{
border-color: #BBAD64;
}
.TagClassName
{
border-color: #BBAD64;
}
</style>