Shades of Gimblet #BEAF68
Tints of Gimblet #BEAF68
RGB
CMYK
RGB Variations
Color information
#BEAF68 (or 0xBEAF68) is known color: Gimblet. HEX triplet: BE, AF and 68. RGB value is (190,175,104). Sum of RGB (Red+Green+Blue) = 190+175+104=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAF68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAF68 is #415097. Grayscale: #ABABAB. Windows color (decimal): -4280472 or 6860734. OLE color: 6860734.
HSL color Cylindrical-coordinate representation of color #BEAF68: hue angle of 49.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BEAF68 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 175 | 104 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.25 |
| HSL | 49.53º | 0.4% | 0.58% | - |
| HSV(B) | 49.53º | 0.45% | 0.75% | - |
| XYZ | 39.06 | 42.61 | 19.26 | - |
| YUV | 171.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 175 | 104 | 0 | 0.08 | 0.45 | 0.25 | 49.53 | 0.4 | 0.58 |
| Hex | BE | AF | 68 | 0 | 8 | 2D | 19 | 32 | 28 | 3A |
| Octal | 276 | 257 | 150 | 0 | 10 | 55 | 31 | 62 | 50 | 72 |
| Binary | 10111110 | 10101111 | 1101000 | 0 | 1000 | 101101 | 11001 | 110010 | 101000 | 111010 |
Color Harmonies of #BEAF68
Complementary color
Monochromatic Colors of #BEAF68
Black with #BEAF68
Text Example
Text Example
White with #BEAF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEAF68; }
p { color: rgb(190,175,104); }
H1.HeaderClassName
{
color: #BEAF68;
}
.AnyTagClassName
{
color: #BEAF68;
}
</style>
background-color css
<style>
a { background-color: #BEAF68; }
a { background-color: rgb(190,175,104); }
div.DivClassName
{
background-color: #BEAF68;
}
.BgClassName
{
background-color: #BEAF68;
}
</style>
border-color css
<style>
span { border-color: #BEAF68; }
span { border-color: rgb(190,175,104); }
td.TdClassName
{
border-color: #BEAF68;
}
.TagClassName
{
border-color: #BEAF68;
}
</style>