Shades of Gimblet #B4A569
Tints of Gimblet #B4A569
RGB
CMYK
RGB Variations
Color information
#B4A569 (or 0xB4A569) is known color: Gimblet. HEX triplet: B4, A5 and 69. RGB value is (180,165,105). Sum of RGB (Red+Green+Blue) = 180+165+105=450 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A569 is #4B5A96. Grayscale: #A2A2A2. Windows color (decimal): -4938391 or 6923700. OLE color: 6923700.
HSL color Cylindrical-coordinate representation of color #B4A569: hue angle of 48º 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 #B4A569 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 105 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.29 |
| HSL | 48º | 0.33% | 0.56% | - |
| HSV(B) | 48º | 0.42% | 0.71% | - |
| XYZ | 34.83 | 37.63 | 18.79 | - |
| YUV | 162.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 105 | 0 | 0.08 | 0.42 | 0.29 | 48 | 0.33 | 0.56 |
| Hex | B4 | A5 | 69 | 0 | 8 | 2A | 1D | 30 | 21 | 38 |
| Octal | 264 | 245 | 151 | 0 | 10 | 52 | 35 | 60 | 41 | 70 |
| Binary | 10110100 | 10100101 | 1101001 | 0 | 1000 | 101010 | 11101 | 110000 | 100001 | 111000 |
Color Harmonies of #B4A569
Complementary color
Monochromatic Colors of #B4A569
Black with #B4A569
Text Example
Text Example
White with #B4A569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A569; }
p { color: rgb(180,165,105); }
H1.HeaderClassName
{
color: #B4A569;
}
.AnyTagClassName
{
color: #B4A569;
}
</style>
background-color css
<style>
a { background-color: #B4A569; }
a { background-color: rgb(180,165,105); }
div.DivClassName
{
background-color: #B4A569;
}
.BgClassName
{
background-color: #B4A569;
}
</style>
border-color css
<style>
span { border-color: #B4A569; }
span { border-color: rgb(180,165,105); }
td.TdClassName
{
border-color: #B4A569;
}
.TagClassName
{
border-color: #B4A569;
}
</style>