Shades of Gimblet #BCAC5A
Tints of Gimblet #BCAC5A
RGB
CMYK
RGB Variations
Color information
#BCAC5A (or 0xBCAC5A) is known color: Gimblet. HEX triplet: BC, AC and 5A. RGB value is (188,172,90). Sum of RGB (Red+Green+Blue) = 188+172+90=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 90 (35.55% from 255 or 20% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAC5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAC5A is #4353A5. Grayscale: #A7A7A7. Windows color (decimal): -4412326 or 5942460. OLE color: 5942460.
HSL color Cylindrical-coordinate representation of color #BCAC5A: hue angle of 50.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCAC5A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 172 | 90 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.26 |
| HSL | 50.2º | 0.42% | 0.55% | - |
| HSV(B) | 50.2º | 0.52% | 0.74% | - |
| XYZ | 37.34 | 40.93 | 15.61 | - |
| YUV | 167.44 | 84.3 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 90 | 0 | 0.09 | 0.52 | 0.26 | 50.2 | 0.42 | 0.55 |
| Hex | BC | AC | 5A | 0 | 9 | 34 | 1A | 32 | 2A | 37 |
| Octal | 274 | 254 | 132 | 0 | 11 | 64 | 32 | 62 | 52 | 67 |
| Binary | 10111100 | 10101100 | 1011010 | 0 | 1001 | 110100 | 11010 | 110010 | 101010 | 110111 |
Color Harmonies of #BCAC5A
Complementary color
Monochromatic Colors of #BCAC5A
Black with #BCAC5A
Text Example
Text Example
White with #BCAC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAC5A; }
p { color: rgb(188,172,90); }
H1.HeaderClassName
{
color: #BCAC5A;
}
.AnyTagClassName
{
color: #BCAC5A;
}
</style>
background-color css
<style>
a { background-color: #BCAC5A; }
a { background-color: rgb(188,172,90); }
div.DivClassName
{
background-color: #BCAC5A;
}
.BgClassName
{
background-color: #BCAC5A;
}
</style>
border-color css
<style>
span { border-color: #BCAC5A; }
span { border-color: rgb(188,172,90); }
td.TdClassName
{
border-color: #BCAC5A;
}
.TagClassName
{
border-color: #BCAC5A;
}
</style>