Shades of Gimblet #BCAF54
Tints of Gimblet #BCAF54
RGB
CMYK
RGB Variations
Color information
#BCAF54 (or 0xBCAF54) is known color: Gimblet. HEX triplet: BC, AF and 54. RGB value is (188,175,84). Sum of RGB (Red+Green+Blue) = 188+175+84=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF54 is #4350AB. Grayscale: #A8A8A8. Windows color (decimal): -4411564 or 5550012. OLE color: 5550012.
HSL color Cylindrical-coordinate representation of color #BCAF54: hue angle of 52.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCAF54 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 84 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.26 |
| HSL | 52.5º | 0.44% | 0.53% | - |
| HSV(B) | 52.5º | 0.55% | 0.74% | - |
| XYZ | 37.67 | 41.99 | 14.51 | - |
| YUV | 168.51 | 80.31 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 84 | 0 | 0.07 | 0.55 | 0.26 | 52.5 | 0.44 | 0.53 |
| Hex | BC | AF | 54 | 0 | 7 | 37 | 1A | 34 | 2C | 35 |
| Octal | 274 | 257 | 124 | 0 | 7 | 67 | 32 | 64 | 54 | 65 |
| Binary | 10111100 | 10101111 | 1010100 | 0 | 111 | 110111 | 11010 | 110100 | 101100 | 110101 |
Color Harmonies of #BCAF54
Complementary color
Monochromatic Colors of #BCAF54
Black with #BCAF54
Text Example
Text Example
White with #BCAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF54; }
p { color: rgb(188,175,84); }
H1.HeaderClassName
{
color: #BCAF54;
}
.AnyTagClassName
{
color: #BCAF54;
}
</style>
background-color css
<style>
a { background-color: #BCAF54; }
a { background-color: rgb(188,175,84); }
div.DivClassName
{
background-color: #BCAF54;
}
.BgClassName
{
background-color: #BCAF54;
}
</style>
border-color css
<style>
span { border-color: #BCAF54; }
span { border-color: rgb(188,175,84); }
td.TdClassName
{
border-color: #BCAF54;
}
.TagClassName
{
border-color: #BCAF54;
}
</style>