Shades of Gimblet #BCAA5C
Tints of Gimblet #BCAA5C
RGB
CMYK
RGB Variations
Color information
#BCAA5C (or 0xBCAA5C) is known color: Gimblet. HEX triplet: BC, AA and 5C. RGB value is (188,170,92). Sum of RGB (Red+Green+Blue) = 188+170+92=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAA5C is #4355A3. Grayscale: #A6A6A6. Windows color (decimal): -4412836 or 6073020. OLE color: 6073020.
HSL color Cylindrical-coordinate representation of color #BCAA5C: hue angle of 48.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCAA5C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 92 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.26 |
| HSL | 48.75º | 0.42% | 0.55% | - |
| HSV(B) | 48.75º | 0.51% | 0.74% | - |
| XYZ | 37.05 | 40.21 | 15.93 | - |
| YUV | 166.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 92 | 0 | 0.10 | 0.51 | 0.26 | 48.75 | 0.42 | 0.55 |
| Hex | BC | AA | 5C | 0 | A | 33 | 1A | 31 | 2A | 37 |
| Octal | 274 | 252 | 134 | 0 | 12 | 63 | 32 | 61 | 52 | 67 |
| Binary | 10111100 | 10101010 | 1011100 | 0 | 1010 | 110011 | 11010 | 110001 | 101010 | 110111 |
Color Harmonies of #BCAA5C
Complementary color
Monochromatic Colors of #BCAA5C
Black with #BCAA5C
Text Example
Text Example
White with #BCAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA5C; }
p { color: rgb(188,170,92); }
H1.HeaderClassName
{
color: #BCAA5C;
}
.AnyTagClassName
{
color: #BCAA5C;
}
</style>
background-color css
<style>
a { background-color: #BCAA5C; }
a { background-color: rgb(188,170,92); }
div.DivClassName
{
background-color: #BCAA5C;
}
.BgClassName
{
background-color: #BCAA5C;
}
</style>
border-color css
<style>
span { border-color: #BCAA5C; }
span { border-color: rgb(188,170,92); }
td.TdClassName
{
border-color: #BCAA5C;
}
.TagClassName
{
border-color: #BCAA5C;
}
</style>