Shades of Gimblet #BCA962
Tints of Gimblet #BCA962
RGB
CMYK
RGB Variations
Color information
#BCA962 (or 0xBCA962) is known color: Gimblet. HEX triplet: BC, A9 and 62. RGB value is (188,169,98). Sum of RGB (Red+Green+Blue) = 188+169+98=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA962 is #43569D. Grayscale: #A6A6A6. Windows color (decimal): -4413086 or 6465980. OLE color: 6465980.
HSL color Cylindrical-coordinate representation of color #BCA962: hue angle of 47.33º 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 #BCA962 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 98 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.26 |
| HSL | 47.33º | 0.4% | 0.56% | - |
| HSV(B) | 47.33º | 0.48% | 0.74% | - |
| XYZ | 37.13 | 39.95 | 17.31 | - |
| YUV | 166.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 98 | 0 | 0.10 | 0.48 | 0.26 | 47.33 | 0.4 | 0.56 |
| Hex | BC | A9 | 62 | 0 | A | 30 | 1A | 2F | 28 | 38 |
| Octal | 274 | 251 | 142 | 0 | 12 | 60 | 32 | 57 | 50 | 70 |
| Binary | 10111100 | 10101001 | 1100010 | 0 | 1010 | 110000 | 11010 | 101111 | 101000 | 111000 |
Color Harmonies of #BCA962
Complementary color
Monochromatic Colors of #BCA962
Black with #BCA962
Text Example
Text Example
White with #BCA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA962; }
p { color: rgb(188,169,98); }
H1.HeaderClassName
{
color: #BCA962;
}
.AnyTagClassName
{
color: #BCA962;
}
</style>
background-color css
<style>
a { background-color: #BCA962; }
a { background-color: rgb(188,169,98); }
div.DivClassName
{
background-color: #BCA962;
}
.BgClassName
{
background-color: #BCA962;
}
</style>
border-color css
<style>
span { border-color: #BCA962; }
span { border-color: rgb(188,169,98); }
td.TdClassName
{
border-color: #BCA962;
}
.TagClassName
{
border-color: #BCA962;
}
</style>