Shades of Gimblet #B8AB69
Tints of Gimblet #B8AB69
RGB
CMYK
RGB Variations
Color information
#B8AB69 (or 0xB8AB69) is known color: Gimblet. HEX triplet: B8, AB and 69. RGB value is (184,171,105). Sum of RGB (Red+Green+Blue) = 184+171+105=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB69 is #475496. Grayscale: #A7A7A7. Windows color (decimal): -4674711 or 6925240. OLE color: 6925240.
HSL color Cylindrical-coordinate representation of color #B8AB69: hue angle of 50.13º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8AB69 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 105 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.28 |
| HSL | 50.13º | 0.36% | 0.57% | - |
| HSV(B) | 50.13º | 0.43% | 0.72% | - |
| XYZ | 36.88 | 40.34 | 19.21 | - |
| YUV | 167.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 105 | 0 | 0.07 | 0.43 | 0.28 | 50.13 | 0.36 | 0.57 |
| Hex | B8 | AB | 69 | 0 | 7 | 2B | 1C | 32 | 24 | 39 |
| Octal | 270 | 253 | 151 | 0 | 7 | 53 | 34 | 62 | 44 | 71 |
| Binary | 10111000 | 10101011 | 1101001 | 0 | 111 | 101011 | 11100 | 110010 | 100100 | 111001 |
Color Harmonies of #B8AB69
Complementary color
Monochromatic Colors of #B8AB69
Black with #B8AB69
Text Example
Text Example
White with #B8AB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB69; }
p { color: rgb(184,171,105); }
H1.HeaderClassName
{
color: #B8AB69;
}
.AnyTagClassName
{
color: #B8AB69;
}
</style>
background-color css
<style>
a { background-color: #B8AB69; }
a { background-color: rgb(184,171,105); }
div.DivClassName
{
background-color: #B8AB69;
}
.BgClassName
{
background-color: #B8AB69;
}
</style>
border-color css
<style>
span { border-color: #B8AB69; }
span { border-color: rgb(184,171,105); }
td.TdClassName
{
border-color: #B8AB69;
}
.TagClassName
{
border-color: #B8AB69;
}
</style>