Shades of Gimblet #B4AD68
Tints of Gimblet #B4AD68
RGB
CMYK
RGB Variations
Color information
#B4AD68 (or 0xB4AD68) is known color: Gimblet. HEX triplet: B4, AD and 68. RGB value is (180,173,104). Sum of RGB (Red+Green+Blue) = 180+173+104=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD68 is #4B5297. Grayscale: #A7A7A7. Windows color (decimal): -4936344 or 6860212. OLE color: 6860212.
HSL color Cylindrical-coordinate representation of color #B4AD68: hue angle of 54.47º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4AD68 is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 104 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.29 |
| HSL | 54.47º | 0.34% | 0.56% | - |
| HSV(B) | 54.47º | 0.42% | 0.71% | - |
| XYZ | 36.26 | 40.59 | 19.02 | - |
| YUV | 167.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 104 | 0 | 0.04 | 0.42 | 0.29 | 54.47 | 0.34 | 0.56 |
| Hex | B4 | AD | 68 | 0 | 4 | 2A | 1D | 36 | 22 | 38 |
| Octal | 264 | 255 | 150 | 0 | 4 | 52 | 35 | 66 | 42 | 70 |
| Binary | 10110100 | 10101101 | 1101000 | 0 | 100 | 101010 | 11101 | 110110 | 100010 | 111000 |
Color Harmonies of #B4AD68
Complementary color
Monochromatic Colors of #B4AD68
Black with #B4AD68
Text Example
Text Example
White with #B4AD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD68; }
p { color: rgb(180,173,104); }
H1.HeaderClassName
{
color: #B4AD68;
}
.AnyTagClassName
{
color: #B4AD68;
}
</style>
background-color css
<style>
a { background-color: #B4AD68; }
a { background-color: rgb(180,173,104); }
div.DivClassName
{
background-color: #B4AD68;
}
.BgClassName
{
background-color: #B4AD68;
}
</style>
border-color css
<style>
span { border-color: #B4AD68; }
span { border-color: rgb(180,173,104); }
td.TdClassName
{
border-color: #B4AD68;
}
.TagClassName
{
border-color: #B4AD68;
}
</style>