Shades of Gimblet #B4A555
Tints of Gimblet #B4A555
RGB
CMYK
RGB Variations
Color information
#B4A555 (or 0xB4A555) is known color: Gimblet. HEX triplet: B4, A5 and 55. RGB value is (180,165,85). Sum of RGB (Red+Green+Blue) = 180+165+85=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A555 is #4B5AAA. Grayscale: #A0A0A0. Windows color (decimal): -4938411 or 5612980. OLE color: 5612980.
HSL color Cylindrical-coordinate representation of color #B4A555: hue angle of 50.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B4A555 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 165 | 85 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.29 |
| HSL | 50.53º | 0.39% | 0.52% | - |
| HSV(B) | 50.53º | 0.53% | 0.71% | - |
| XYZ | 33.92 | 37.27 | 14 | - |
| YUV | 160.37 | 85.47 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 165 | 85 | 0 | 0.08 | 0.53 | 0.29 | 50.53 | 0.39 | 0.52 |
| Hex | B4 | A5 | 55 | 0 | 8 | 35 | 1D | 33 | 27 | 34 |
| Octal | 264 | 245 | 125 | 0 | 10 | 65 | 35 | 63 | 47 | 64 |
| Binary | 10110100 | 10100101 | 1010101 | 0 | 1000 | 110101 | 11101 | 110011 | 100111 | 110100 |
Color Harmonies of #B4A555
Complementary color
Monochromatic Colors of #B4A555
Black with #B4A555
Text Example
Text Example
White with #B4A555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4A555; }
p { color: rgb(180,165,85); }
H1.HeaderClassName
{
color: #B4A555;
}
.AnyTagClassName
{
color: #B4A555;
}
</style>
background-color css
<style>
a { background-color: #B4A555; }
a { background-color: rgb(180,165,85); }
div.DivClassName
{
background-color: #B4A555;
}
.BgClassName
{
background-color: #B4A555;
}
</style>
border-color css
<style>
span { border-color: #B4A555; }
span { border-color: rgb(180,165,85); }
td.TdClassName
{
border-color: #B4A555;
}
.TagClassName
{
border-color: #B4A555;
}
</style>