Shades of Gimblet #BCAA62
Tints of Gimblet #BCAA62
RGB
CMYK
RGB Variations
Color information
#BCAA62 (or 0xBCAA62) is known color: Gimblet. HEX triplet: BC, AA and 62. RGB value is (188,170,98). Sum of RGB (Red+Green+Blue) = 188+170+98=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 98 (38.67% from 255 or 21.49% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA62 is #43559D. Grayscale: #A7A7A7. Windows color (decimal): -4412830 or 6466236. OLE color: 6466236.
HSL color Cylindrical-coordinate representation of color #BCAA62: hue angle of 48º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCAA62 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 98 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.26 |
| HSL | 48º | 0.4% | 0.56% | - |
| HSV(B) | 48º | 0.48% | 0.74% | - |
| XYZ | 37.32 | 40.32 | 17.37 | - |
| YUV | 167.17 | 88.96 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 98 | 0 | 0.10 | 0.48 | 0.26 | 48 | 0.4 | 0.56 |
| Hex | BC | AA | 62 | 0 | A | 30 | 1A | 30 | 28 | 38 |
| Octal | 274 | 252 | 142 | 0 | 12 | 60 | 32 | 60 | 50 | 70 |
| Binary | 10111100 | 10101010 | 1100010 | 0 | 1010 | 110000 | 11010 | 110000 | 101000 | 111000 |
Color Harmonies of #BCAA62
Complementary color
Monochromatic Colors of #BCAA62
Black with #BCAA62
Text Example
Text Example
White with #BCAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA62; }
p { color: rgb(188,170,98); }
H1.HeaderClassName
{
color: #BCAA62;
}
.AnyTagClassName
{
color: #BCAA62;
}
</style>
background-color css
<style>
a { background-color: #BCAA62; }
a { background-color: rgb(188,170,98); }
div.DivClassName
{
background-color: #BCAA62;
}
.BgClassName
{
background-color: #BCAA62;
}
</style>
border-color css
<style>
span { border-color: #BCAA62; }
span { border-color: rgb(188,170,98); }
td.TdClassName
{
border-color: #BCAA62;
}
.TagClassName
{
border-color: #BCAA62;
}
</style>