Shades of Gimblet #B8A767
Tints of Gimblet #B8A767
RGB
CMYK
RGB Variations
Color information
#B8A767 (or 0xB8A767) is known color: Gimblet. HEX triplet: B8, A7 and 67. RGB value is (184,167,103). Sum of RGB (Red+Green+Blue) = 184+167+103=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 167 (65.62% from 255 or 36.78% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A767 is #475898. Grayscale: #A5A5A5. Windows color (decimal): -4675737 or 6793144. OLE color: 6793144.
HSL color Cylindrical-coordinate representation of color #B8A767: hue angle of 47.41º 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 #B8A767 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 167 | 103 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.28 |
| HSL | 47.41º | 0.36% | 0.56% | - |
| HSV(B) | 47.41º | 0.44% | 0.72% | - |
| XYZ | 36.03 | 38.81 | 18.42 | - |
| YUV | 164.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 167 | 103 | 0 | 0.09 | 0.44 | 0.28 | 47.41 | 0.36 | 0.56 |
| Hex | B8 | A7 | 67 | 0 | 9 | 2C | 1C | 2F | 24 | 38 |
| Octal | 270 | 247 | 147 | 0 | 11 | 54 | 34 | 57 | 44 | 70 |
| Binary | 10111000 | 10100111 | 1100111 | 0 | 1001 | 101100 | 11100 | 101111 | 100100 | 111000 |
Color Harmonies of #B8A767
Complementary color
Monochromatic Colors of #B8A767
Black with #B8A767
Text Example
Text Example
White with #B8A767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A767; }
p { color: rgb(184,167,103); }
H1.HeaderClassName
{
color: #B8A767;
}
.AnyTagClassName
{
color: #B8A767;
}
</style>
background-color css
<style>
a { background-color: #B8A767; }
a { background-color: rgb(184,167,103); }
div.DivClassName
{
background-color: #B8A767;
}
.BgClassName
{
background-color: #B8A767;
}
</style>
border-color css
<style>
span { border-color: #B8A767; }
span { border-color: rgb(184,167,103); }
td.TdClassName
{
border-color: #B8A767;
}
.TagClassName
{
border-color: #B8A767;
}
</style>