Shades of Gimblet #BEB164
Tints of Gimblet #BEB164
RGB
CMYK
RGB Variations
Color information
#BEB164 (or 0xBEB164) is known color: Gimblet. HEX triplet: BE, B1 and 64. RGB value is (190,177,100). Sum of RGB (Red+Green+Blue) = 190+177+100=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB164 is #414E9B. Grayscale: #ACACAC. Windows color (decimal): -4279964 or 6599102. OLE color: 6599102.
HSL color Cylindrical-coordinate representation of color #BEB164: hue angle of 51.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEB164 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 100 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.25 |
| HSL | 51.33º | 0.41% | 0.57% | - |
| HSV(B) | 51.33º | 0.47% | 0.75% | - |
| XYZ | 39.26 | 43.31 | 18.35 | - |
| YUV | 172.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 100 | 0 | 0.07 | 0.47 | 0.25 | 51.33 | 0.41 | 0.57 |
| Hex | BE | B1 | 64 | 0 | 7 | 2F | 19 | 33 | 29 | 39 |
| Octal | 276 | 261 | 144 | 0 | 7 | 57 | 31 | 63 | 51 | 71 |
| Binary | 10111110 | 10110001 | 1100100 | 0 | 111 | 101111 | 11001 | 110011 | 101001 | 111001 |
Color Harmonies of #BEB164
Complementary color
Monochromatic Colors of #BEB164
Black with #BEB164
Text Example
Text Example
White with #BEB164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB164; }
p { color: rgb(190,177,100); }
H1.HeaderClassName
{
color: #BEB164;
}
.AnyTagClassName
{
color: #BEB164;
}
</style>
background-color css
<style>
a { background-color: #BEB164; }
a { background-color: rgb(190,177,100); }
div.DivClassName
{
background-color: #BEB164;
}
.BgClassName
{
background-color: #BEB164;
}
</style>
border-color css
<style>
span { border-color: #BEB164; }
span { border-color: rgb(190,177,100); }
td.TdClassName
{
border-color: #BEB164;
}
.TagClassName
{
border-color: #BEB164;
}
</style>