Shades of Gimblet #B4A069
Tints of Gimblet #B4A069
RGB
CMYK
RGB Variations
Color information
#B4A069 (or 0xB4A069) is known color: Gimblet. HEX triplet: B4, A0 and 69. RGB value is (180,160,105). Sum of RGB (Red+Green+Blue) = 180+160+105=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A069 is #4B5F96. Grayscale: #9F9F9F. Windows color (decimal): -4939671 or 6922420. OLE color: 6922420.
HSL color Cylindrical-coordinate representation of color #B4A069: hue angle of 44º degrees, saturation: 0.33, 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 #B4A069 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 160 | 105 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.29 |
| HSL | 44º | 0.33% | 0.56% | - |
| HSV(B) | 44º | 0.42% | 0.71% | - |
| XYZ | 33.94 | 35.86 | 18.5 | - |
| YUV | 159.71 | 97.13 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 160 | 105 | 0 | 0.11 | 0.42 | 0.29 | 44 | 0.33 | 0.56 |
| Hex | B4 | A0 | 69 | 0 | B | 2A | 1D | 2C | 21 | 38 |
| Octal | 264 | 240 | 151 | 0 | 13 | 52 | 35 | 54 | 41 | 70 |
| Binary | 10110100 | 10100000 | 1101001 | 0 | 1011 | 101010 | 11101 | 101100 | 100001 | 111000 |
Color Harmonies of #B4A069
Complementary color
Monochromatic Colors of #B4A069
Black with #B4A069
Text Example
Text Example
White with #B4A069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A069; }
p { color: rgb(180,160,105); }
H1.HeaderClassName
{
color: #B4A069;
}
.AnyTagClassName
{
color: #B4A069;
}
</style>
background-color css
<style>
a { background-color: #B4A069; }
a { background-color: rgb(180,160,105); }
div.DivClassName
{
background-color: #B4A069;
}
.BgClassName
{
background-color: #B4A069;
}
</style>
border-color css
<style>
span { border-color: #B4A069; }
span { border-color: rgb(180,160,105); }
td.TdClassName
{
border-color: #B4A069;
}
.TagClassName
{
border-color: #B4A069;
}
</style>