Shades of Gimblet #BCAF5E
Tints of Gimblet #BCAF5E
RGB
CMYK
RGB Variations
Color information
#BCAF5E (or 0xBCAF5E) is known color: Gimblet. HEX triplet: BC, AF and 5E. RGB value is (188,175,94). Sum of RGB (Red+Green+Blue) = 188+175+94=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCAF5E is #4350A1. Grayscale: #A9A9A9. Windows color (decimal): -4411554 or 6205372. OLE color: 6205372.
HSL color Cylindrical-coordinate representation of color #BCAF5E: hue angle of 51.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCAF5E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
RGB | 188 | 175 | 94 | - |
CMYK | 0 | 0.07 | 0.50 | 0.26 |
HSL | 51.7º | 0.41% | 0.55% | - |
HSV(B) | 51.7º | 0.5% | 0.74% | - |
XYZ | 38.09 | 42.16 | 16.72 | - |
YUV | 169.65 | 85.31 | 141.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 175 | 94 | 0 | 0.07 | 0.50 | 0.26 | 51.7 | 0.41 | 0.55 |
Hex | BC | AF | 5E | 0 | 7 | 32 | 1A | 34 | 29 | 37 |
Octal | 274 | 257 | 136 | 0 | 7 | 62 | 32 | 64 | 51 | 67 |
Binary | 10111100 | 10101111 | 1011110 | 0 | 111 | 110010 | 11010 | 110100 | 101001 | 110111 |
Color Harmonies of #BCAF5E
Complementary color
Monochromatic Colors of #BCAF5E
Black with #BCAF5E
Text Example
Text Example
White with #BCAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAF5E; }
p { color: rgb(188,175,94); }
H1.HeaderClassName
{
color: #BCAF5E;
}
.AnyTagClassName
{
color: #BCAF5E;
}
</style>
background-color css
<style>
a { background-color: #BCAF5E; }
a { background-color: rgb(188,175,94); }
div.DivClassName
{
background-color: #BCAF5E;
}
.BgClassName
{
background-color: #BCAF5E;
}
</style>
border-color css
<style>
span { border-color: #BCAF5E; }
span { border-color: rgb(188,175,94); }
td.TdClassName
{
border-color: #BCAF5E;
}
.TagClassName
{
border-color: #BCAF5E;
}
</style>