Shades of Gimblet #BBAE58
Tints of Gimblet #BBAE58
RGB
CMYK
RGB Variations
Color information
#BBAE58 (or 0xBBAE58) is known color: Gimblet. HEX triplet: BB, AE and 58. RGB value is (187,174,88). Sum of RGB (Red+Green+Blue) = 187+174+88=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 88 (34.77% from 255 or 19.60% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE58 is #4451A7. Grayscale: #A8A8A8. Windows color (decimal): -4477352 or 5811899. OLE color: 5811899.
HSL color Cylindrical-coordinate representation of color #BBAE58: hue angle of 52.12º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBAE58 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 88 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.27 |
| HSL | 52.12º | 0.42% | 0.54% | - |
| HSV(B) | 52.12º | 0.53% | 0.73% | - |
| XYZ | 37.39 | 41.54 | 15.28 | - |
| YUV | 168.08 | 82.81 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 88 | 0 | 0.07 | 0.53 | 0.27 | 52.12 | 0.42 | 0.54 |
| Hex | BB | AE | 58 | 0 | 7 | 35 | 1B | 34 | 2A | 36 |
| Octal | 273 | 256 | 130 | 0 | 7 | 65 | 33 | 64 | 52 | 66 |
| Binary | 10111011 | 10101110 | 1011000 | 0 | 111 | 110101 | 11011 | 110100 | 101010 | 110110 |
Color Harmonies of #BBAE58
Complementary color
Monochromatic Colors of #BBAE58
Black with #BBAE58
Text Example
Text Example
White with #BBAE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE58; }
p { color: rgb(187,174,88); }
H1.HeaderClassName
{
color: #BBAE58;
}
.AnyTagClassName
{
color: #BBAE58;
}
</style>
background-color css
<style>
a { background-color: #BBAE58; }
a { background-color: rgb(187,174,88); }
div.DivClassName
{
background-color: #BBAE58;
}
.BgClassName
{
background-color: #BBAE58;
}
</style>
border-color css
<style>
span { border-color: #BBAE58; }
span { border-color: rgb(187,174,88); }
td.TdClassName
{
border-color: #BBAE58;
}
.TagClassName
{
border-color: #BBAE58;
}
</style>