Shades of Gimblet #BEAC5D
Tints of Gimblet #BEAC5D
RGB
CMYK
RGB Variations
Color information
#BEAC5D (or 0xBEAC5D) is known color: Gimblet. HEX triplet: BE, AC and 5D. RGB value is (190,172,93). Sum of RGB (Red+Green+Blue) = 190+172+93=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 172 (67.58% from 255 or 37.80% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAC5D is #4153A2. Grayscale: #A8A8A8. Windows color (decimal): -4281251 or 6139070. OLE color: 6139070.
HSL color Cylindrical-coordinate representation of color #BEAC5D: hue angle of 48.87º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEAC5D is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 172 | 93 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.25 |
| HSL | 48.87º | 0.43% | 0.55% | - |
| HSV(B) | 48.87º | 0.51% | 0.75% | - |
| XYZ | 37.96 | 41.24 | 16.32 | - |
| YUV | 168.38 | 85.46 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 172 | 93 | 0 | 0.09 | 0.51 | 0.25 | 48.87 | 0.43 | 0.55 |
| Hex | BE | AC | 5D | 0 | 9 | 33 | 19 | 31 | 2B | 37 |
| Octal | 276 | 254 | 135 | 0 | 11 | 63 | 31 | 61 | 53 | 67 |
| Binary | 10111110 | 10101100 | 1011101 | 0 | 1001 | 110011 | 11001 | 110001 | 101011 | 110111 |
Color Harmonies of #BEAC5D
Complementary color
Monochromatic Colors of #BEAC5D
Black with #BEAC5D
Text Example
Text Example
White with #BEAC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAC5D; }
p { color: rgb(190,172,93); }
H1.HeaderClassName
{
color: #BEAC5D;
}
.AnyTagClassName
{
color: #BEAC5D;
}
</style>
background-color css
<style>
a { background-color: #BEAC5D; }
a { background-color: rgb(190,172,93); }
div.DivClassName
{
background-color: #BEAC5D;
}
.BgClassName
{
background-color: #BEAC5D;
}
</style>
border-color css
<style>
span { border-color: #BEAC5D; }
span { border-color: rgb(190,172,93); }
td.TdClassName
{
border-color: #BEAC5D;
}
.TagClassName
{
border-color: #BEAC5D;
}
</style>