Shades of Gimblet #B8AB67
Tints of Gimblet #B8AB67
RGB
CMYK
RGB Variations
Color information
#B8AB67 (or 0xB8AB67) is known color: Gimblet. HEX triplet: B8, AB and 67. RGB value is (184,171,103). Sum of RGB (Red+Green+Blue) = 184+171+103=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 103 (40.62% from 255 or 22.49% from 458); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8AB67 is #475498. Grayscale: #A7A7A7. Windows color (decimal): -4674713 or 6794168. OLE color: 6794168.
HSL color Cylindrical-coordinate representation of color #B8AB67: hue angle of 50.37º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B8AB67 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 171 | 103 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.28 |
| HSL | 50.37º | 0.36% | 0.56% | - |
| HSV(B) | 50.37º | 0.44% | 0.72% | - |
| XYZ | 36.78 | 40.3 | 18.67 | - |
| YUV | 167.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 103 | 0 | 0.07 | 0.44 | 0.28 | 50.37 | 0.36 | 0.56 |
| Hex | B8 | AB | 67 | 0 | 7 | 2C | 1C | 32 | 24 | 38 |
| Octal | 270 | 253 | 147 | 0 | 7 | 54 | 34 | 62 | 44 | 70 |
| Binary | 10111000 | 10101011 | 1100111 | 0 | 111 | 101100 | 11100 | 110010 | 100100 | 111000 |
Color Harmonies of #B8AB67
Complementary color
Monochromatic Colors of #B8AB67
Black with #B8AB67
Text Example
Text Example
White with #B8AB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AB67; }
p { color: rgb(184,171,103); }
H1.HeaderClassName
{
color: #B8AB67;
}
.AnyTagClassName
{
color: #B8AB67;
}
</style>
background-color css
<style>
a { background-color: #B8AB67; }
a { background-color: rgb(184,171,103); }
div.DivClassName
{
background-color: #B8AB67;
}
.BgClassName
{
background-color: #B8AB67;
}
</style>
border-color css
<style>
span { border-color: #B8AB67; }
span { border-color: rgb(184,171,103); }
td.TdClassName
{
border-color: #B8AB67;
}
.TagClassName
{
border-color: #B8AB67;
}
</style>