Shades of Gimblet #BEAB63
Tints of Gimblet #BEAB63
RGB
CMYK
RGB Variations
Color information
#BEAB63 (or 0xBEAB63) is known color: Gimblet. HEX triplet: BE, AB and 63. RGB value is (190,171,99). Sum of RGB (Red+Green+Blue) = 190+171+99=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAB63 is #41549C. Grayscale: #A8A8A8. Windows color (decimal): -4281501 or 6532030. OLE color: 6532030.
HSL color Cylindrical-coordinate representation of color #BEAB63: hue angle of 47.47º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEAB63 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 171 | 99 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.25 |
| HSL | 47.47º | 0.41% | 0.57% | - |
| HSV(B) | 47.47º | 0.48% | 0.75% | - |
| XYZ | 38.05 | 40.97 | 17.71 | - |
| YUV | 168.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 171 | 99 | 0 | 0.10 | 0.48 | 0.25 | 47.47 | 0.41 | 0.57 |
| Hex | BE | AB | 63 | 0 | A | 30 | 19 | 2F | 29 | 39 |
| Octal | 276 | 253 | 143 | 0 | 12 | 60 | 31 | 57 | 51 | 71 |
| Binary | 10111110 | 10101011 | 1100011 | 0 | 1010 | 110000 | 11001 | 101111 | 101001 | 111001 |
Color Harmonies of #BEAB63
Complementary color
Monochromatic Colors of #BEAB63
Black with #BEAB63
Text Example
Text Example
White with #BEAB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAB63; }
p { color: rgb(190,171,99); }
H1.HeaderClassName
{
color: #BEAB63;
}
.AnyTagClassName
{
color: #BEAB63;
}
</style>
background-color css
<style>
a { background-color: #BEAB63; }
a { background-color: rgb(190,171,99); }
div.DivClassName
{
background-color: #BEAB63;
}
.BgClassName
{
background-color: #BEAB63;
}
</style>
border-color css
<style>
span { border-color: #BEAB63; }
span { border-color: rgb(190,171,99); }
td.TdClassName
{
border-color: #BEAB63;
}
.TagClassName
{
border-color: #BEAB63;
}
</style>