Shades of Gimblet #BBAE5C
Tints of Gimblet #BBAE5C
RGB
CMYK
RGB Variations
Color information
#BBAE5C (or 0xBBAE5C) is known color: Gimblet. HEX triplet: BB, AE and 5C. RGB value is (187,174,92). Sum of RGB (Red+Green+Blue) = 187+174+92=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBAE5C is #4451A3. Grayscale: #A8A8A8. Windows color (decimal): -4477348 or 6074043. OLE color: 6074043.
HSL color Cylindrical-coordinate representation of color #BBAE5C: hue angle of 51.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBAE5C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 92 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.27 |
| HSL | 51.79º | 0.41% | 0.55% | - |
| HSV(B) | 51.79º | 0.51% | 0.73% | - |
| XYZ | 37.56 | 41.61 | 16.18 | - |
| YUV | 168.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 92 | 0 | 0.07 | 0.51 | 0.27 | 51.79 | 0.41 | 0.55 |
| Hex | BB | AE | 5C | 0 | 7 | 33 | 1B | 34 | 29 | 37 |
| Octal | 273 | 256 | 134 | 0 | 7 | 63 | 33 | 64 | 51 | 67 |
| Binary | 10111011 | 10101110 | 1011100 | 0 | 111 | 110011 | 11011 | 110100 | 101001 | 110111 |
Color Harmonies of #BBAE5C
Complementary color
Monochromatic Colors of #BBAE5C
Black with #BBAE5C
Text Example
Text Example
White with #BBAE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAE5C; }
p { color: rgb(187,174,92); }
H1.HeaderClassName
{
color: #BBAE5C;
}
.AnyTagClassName
{
color: #BBAE5C;
}
</style>
background-color css
<style>
a { background-color: #BBAE5C; }
a { background-color: rgb(187,174,92); }
div.DivClassName
{
background-color: #BBAE5C;
}
.BgClassName
{
background-color: #BBAE5C;
}
</style>
border-color css
<style>
span { border-color: #BBAE5C; }
span { border-color: rgb(187,174,92); }
td.TdClassName
{
border-color: #BBAE5C;
}
.TagClassName
{
border-color: #BBAE5C;
}
</style>