Shades of Gimblet #B8B167
Tints of Gimblet #B8B167
RGB
CMYK
RGB Variations
Color information
#B8B167 (or 0xB8B167) is known color: Gimblet. HEX triplet: B8, B1 and 67. RGB value is (184,177,103). Sum of RGB (Red+Green+Blue) = 184+177+103=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B167 is #474E98. Grayscale: #AAAAAA. Windows color (decimal): -4673177 or 6795704. OLE color: 6795704.
HSL color Cylindrical-coordinate representation of color #B8B167: hue angle of 54.81º 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 #B8B167 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 177 | 103 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.28 |
| HSL | 54.81º | 0.36% | 0.56% | - |
| HSV(B) | 54.81º | 0.44% | 0.72% | - |
| XYZ | 37.94 | 42.61 | 19.06 | - |
| YUV | 170.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 103 | 0 | 0.04 | 0.44 | 0.28 | 54.81 | 0.36 | 0.56 |
| Hex | B8 | B1 | 67 | 0 | 4 | 2C | 1C | 37 | 24 | 38 |
| Octal | 270 | 261 | 147 | 0 | 4 | 54 | 34 | 67 | 44 | 70 |
| Binary | 10111000 | 10110001 | 1100111 | 0 | 100 | 101100 | 11100 | 110111 | 100100 | 111000 |
Color Harmonies of #B8B167
Complementary color
Monochromatic Colors of #B8B167
Black with #B8B167
Text Example
Text Example
White with #B8B167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B167; }
p { color: rgb(184,177,103); }
H1.HeaderClassName
{
color: #B8B167;
}
.AnyTagClassName
{
color: #B8B167;
}
</style>
background-color css
<style>
a { background-color: #B8B167; }
a { background-color: rgb(184,177,103); }
div.DivClassName
{
background-color: #B8B167;
}
.BgClassName
{
background-color: #B8B167;
}
</style>
border-color css
<style>
span { border-color: #B8B167; }
span { border-color: rgb(184,177,103); }
td.TdClassName
{
border-color: #B8B167;
}
.TagClassName
{
border-color: #B8B167;
}
</style>