Shades of Gimblet #BCAF5C
Tints of Gimblet #BCAF5C
RGB
CMYK
RGB Variations
Color information
#BCAF5C (or 0xBCAF5C) is known color: Gimblet. HEX triplet: BC, AF and 5C. RGB value is (188,175,92). Sum of RGB (Red+Green+Blue) = 188+175+92=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF5C is #4350A3. Grayscale: #A9A9A9. Windows color (decimal): -4411556 or 6074300. OLE color: 6074300.
HSL color Cylindrical-coordinate representation of color #BCAF5C: hue angle of 51.88º 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 #BCAF5C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 175 | 92 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.26 |
| HSL | 51.88º | 0.42% | 0.55% | - |
| HSV(B) | 51.88º | 0.51% | 0.74% | - |
| XYZ | 38 | 42.12 | 16.25 | - |
| YUV | 169.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 92 | 0 | 0.07 | 0.51 | 0.26 | 51.88 | 0.42 | 0.55 |
| Hex | BC | AF | 5C | 0 | 7 | 33 | 1A | 34 | 2A | 37 |
| Octal | 274 | 257 | 134 | 0 | 7 | 63 | 32 | 64 | 52 | 67 |
| Binary | 10111100 | 10101111 | 1011100 | 0 | 111 | 110011 | 11010 | 110100 | 101010 | 110111 |
Color Harmonies of #BCAF5C
Complementary color
Monochromatic Colors of #BCAF5C
Black with #BCAF5C
Text Example
Text Example
White with #BCAF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF5C; }
p { color: rgb(188,175,92); }
H1.HeaderClassName
{
color: #BCAF5C;
}
.AnyTagClassName
{
color: #BCAF5C;
}
</style>
background-color css
<style>
a { background-color: #BCAF5C; }
a { background-color: rgb(188,175,92); }
div.DivClassName
{
background-color: #BCAF5C;
}
.BgClassName
{
background-color: #BCAF5C;
}
</style>
border-color css
<style>
span { border-color: #BCAF5C; }
span { border-color: rgb(188,175,92); }
td.TdClassName
{
border-color: #BCAF5C;
}
.TagClassName
{
border-color: #BCAF5C;
}
</style>