Shades of Gimblet #B2A46F
Tints of Gimblet #B2A46F
RGB
CMYK
RGB Variations
Color information
#B2A46F (or 0xB2A46F) is known color: Gimblet. HEX triplet: B2, A4 and 6F. RGB value is (178,164,111). Sum of RGB (Red+Green+Blue) = 178+164+111=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 164 (64.45% from 255 or 36.20% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A46F is #4D5B90. Grayscale: #A2A2A2. Windows color (decimal): -5069713 or 7316658. OLE color: 7316658.
HSL color Cylindrical-coordinate representation of color #B2A46F: hue angle of 47.46º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2A46F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 164 | 111 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.30 |
| HSL | 47.46º | 0.3% | 0.57% | - |
| HSV(B) | 47.46º | 0.38% | 0.7% | - |
| XYZ | 34.5 | 37.16 | 20.39 | - |
| YUV | 162.14 | 99.14 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 164 | 111 | 0 | 0.08 | 0.38 | 0.30 | 47.46 | 0.3 | 0.57 |
| Hex | B2 | A4 | 6F | 0 | 8 | 26 | 1E | 2F | 1E | 39 |
| Octal | 262 | 244 | 157 | 0 | 10 | 46 | 36 | 57 | 36 | 71 |
| Binary | 10110010 | 10100100 | 1101111 | 0 | 1000 | 100110 | 11110 | 101111 | 11110 | 111001 |
Color Harmonies of #B2A46F
Complementary color
Monochromatic Colors of #B2A46F
Black with #B2A46F
Text Example
Text Example
White with #B2A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A46F; }
p { color: rgb(178,164,111); }
H1.HeaderClassName
{
color: #B2A46F;
}
.AnyTagClassName
{
color: #B2A46F;
}
</style>
background-color css
<style>
a { background-color: #B2A46F; }
a { background-color: rgb(178,164,111); }
div.DivClassName
{
background-color: #B2A46F;
}
.BgClassName
{
background-color: #B2A46F;
}
</style>
border-color css
<style>
span { border-color: #B2A46F; }
span { border-color: rgb(178,164,111); }
td.TdClassName
{
border-color: #B2A46F;
}
.TagClassName
{
border-color: #B2A46F;
}
</style>