Shades of Gimblet #BEB167
Tints of Gimblet #BEB167
RGB
CMYK
RGB Variations
Color information
#BEB167 (or 0xBEB167) is known color: Gimblet. HEX triplet: BE, B1 and 67. RGB value is (190,177,103). Sum of RGB (Red+Green+Blue) = 190+177+103=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB167 is #414E98. Grayscale: #ACACAC. Windows color (decimal): -4279961 or 6795710. OLE color: 6795710.
HSL color Cylindrical-coordinate representation of color #BEB167: hue angle of 51.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BEB167 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 177 | 103 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.25 |
| HSL | 51.03º | 0.4% | 0.57% | - |
| HSV(B) | 51.03º | 0.46% | 0.75% | - |
| XYZ | 39.41 | 43.37 | 19.13 | - |
| YUV | 172.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 177 | 103 | 0 | 0.07 | 0.46 | 0.25 | 51.03 | 0.4 | 0.57 |
| Hex | BE | B1 | 67 | 0 | 7 | 2E | 19 | 33 | 28 | 39 |
| Octal | 276 | 261 | 147 | 0 | 7 | 56 | 31 | 63 | 50 | 71 |
| Binary | 10111110 | 10110001 | 1100111 | 0 | 111 | 101110 | 11001 | 110011 | 101000 | 111001 |
Color Harmonies of #BEB167
Complementary color
Monochromatic Colors of #BEB167
Black with #BEB167
Text Example
Text Example
White with #BEB167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB167; }
p { color: rgb(190,177,103); }
H1.HeaderClassName
{
color: #BEB167;
}
.AnyTagClassName
{
color: #BEB167;
}
</style>
background-color css
<style>
a { background-color: #BEB167; }
a { background-color: rgb(190,177,103); }
div.DivClassName
{
background-color: #BEB167;
}
.BgClassName
{
background-color: #BEB167;
}
</style>
border-color css
<style>
span { border-color: #BEB167; }
span { border-color: rgb(190,177,103); }
td.TdClassName
{
border-color: #BEB167;
}
.TagClassName
{
border-color: #BEB167;
}
</style>