Shades of Gimblet #BEB363
Tints of Gimblet #BEB363
RGB
CMYK
RGB Variations
Color information
#BEB363 (or 0xBEB363) is known color: Gimblet. HEX triplet: BE, B3 and 63. RGB value is (190,179,99). Sum of RGB (Red+Green+Blue) = 190+179+99=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 179 (70.31% from 255 or 38.25% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB363 is #414C9C. Grayscale: #ADADAD. Windows color (decimal): -4279453 or 6534078. OLE color: 6534078.
HSL color Cylindrical-coordinate representation of color #BEB363: hue angle of 52.75º 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 #BEB363 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 179 | 99 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.25 |
| HSL | 52.75º | 0.41% | 0.57% | - |
| HSV(B) | 52.75º | 0.48% | 0.75% | - |
| XYZ | 39.61 | 44.09 | 18.23 | - |
| YUV | 173.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 179 | 99 | 0 | 0.06 | 0.48 | 0.25 | 52.75 | 0.41 | 0.57 |
| Hex | BE | B3 | 63 | 0 | 6 | 30 | 19 | 35 | 29 | 39 |
| Octal | 276 | 263 | 143 | 0 | 6 | 60 | 31 | 65 | 51 | 71 |
| Binary | 10111110 | 10110011 | 1100011 | 0 | 110 | 110000 | 11001 | 110101 | 101001 | 111001 |
Color Harmonies of #BEB363
Complementary color
Monochromatic Colors of #BEB363
Black with #BEB363
Text Example
Text Example
White with #BEB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB363; }
p { color: rgb(190,179,99); }
H1.HeaderClassName
{
color: #BEB363;
}
.AnyTagClassName
{
color: #BEB363;
}
</style>
background-color css
<style>
a { background-color: #BEB363; }
a { background-color: rgb(190,179,99); }
div.DivClassName
{
background-color: #BEB363;
}
.BgClassName
{
background-color: #BEB363;
}
</style>
border-color css
<style>
span { border-color: #BEB363; }
span { border-color: rgb(190,179,99); }
td.TdClassName
{
border-color: #BEB363;
}
.TagClassName
{
border-color: #BEB363;
}
</style>