Shades of Gimblet #BCAA65
Tints of Gimblet #BCAA65
RGB
CMYK
RGB Variations
Color information
#BCAA65 (or 0xBCAA65) is known color: Gimblet. HEX triplet: BC, AA and 65. RGB value is (188,170,101). Sum of RGB (Red+Green+Blue) = 188+170+101=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 101 (39.84% from 255 or 22.00% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA65 is #43559A. Grayscale: #A7A7A7. Windows color (decimal): -4412827 or 6662844. OLE color: 6662844.
HSL color Cylindrical-coordinate representation of color #BCAA65: hue angle of 47.59º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCAA65 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 101 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.26 |
| HSL | 47.59º | 0.39% | 0.57% | - |
| HSV(B) | 47.59º | 0.46% | 0.74% | - |
| XYZ | 37.46 | 40.38 | 18.13 | - |
| YUV | 167.52 | 90.46 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 101 | 0 | 0.10 | 0.46 | 0.26 | 47.59 | 0.39 | 0.57 |
| Hex | BC | AA | 65 | 0 | A | 2E | 1A | 30 | 27 | 39 |
| Octal | 274 | 252 | 145 | 0 | 12 | 56 | 32 | 60 | 47 | 71 |
| Binary | 10111100 | 10101010 | 1100101 | 0 | 1010 | 101110 | 11010 | 110000 | 100111 | 111001 |
Color Harmonies of #BCAA65
Complementary color
Monochromatic Colors of #BCAA65
Black with #BCAA65
Text Example
Text Example
White with #BCAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA65; }
p { color: rgb(188,170,101); }
H1.HeaderClassName
{
color: #BCAA65;
}
.AnyTagClassName
{
color: #BCAA65;
}
</style>
background-color css
<style>
a { background-color: #BCAA65; }
a { background-color: rgb(188,170,101); }
div.DivClassName
{
background-color: #BCAA65;
}
.BgClassName
{
background-color: #BCAA65;
}
</style>
border-color css
<style>
span { border-color: #BCAA65; }
span { border-color: rgb(188,170,101); }
td.TdClassName
{
border-color: #BCAA65;
}
.TagClassName
{
border-color: #BCAA65;
}
</style>