Shades of Gimblet #B0AD67
Tints of Gimblet #B0AD67
RGB
CMYK
RGB Variations
Color information
#B0AD67 (or 0xB0AD67) is known color: Gimblet. HEX triplet: B0, AD and 67. RGB value is (176,173,103). Sum of RGB (Red+Green+Blue) = 176+173+103=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 103 (40.62% from 255 or 22.79% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AD67 is #4F5298. Grayscale: #A6A6A6. Windows color (decimal): -5198489 or 6794672. OLE color: 6794672.
HSL color Cylindrical-coordinate representation of color #B0AD67: hue angle of 57.53º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0AD67 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 103 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.31 |
| HSL | 57.53º | 0.32% | 0.55% | - |
| HSV(B) | 57.53º | 0.41% | 0.69% | - |
| XYZ | 35.3 | 40.1 | 18.71 | - |
| YUV | 165.92 | 92.49 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 103 | 0 | 0.02 | 0.41 | 0.31 | 57.53 | 0.32 | 0.55 |
| Hex | B0 | AD | 67 | 0 | 2 | 29 | 1F | 3A | 20 | 37 |
| Octal | 260 | 255 | 147 | 0 | 2 | 51 | 37 | 72 | 40 | 67 |
| Binary | 10110000 | 10101101 | 1100111 | 0 | 10 | 101001 | 11111 | 111010 | 100000 | 110111 |
Color Harmonies of #B0AD67
Complementary color
Monochromatic Colors of #B0AD67
Black with #B0AD67
Text Example
Text Example
White with #B0AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD67; }
p { color: rgb(176,173,103); }
H1.HeaderClassName
{
color: #B0AD67;
}
.AnyTagClassName
{
color: #B0AD67;
}
</style>
background-color css
<style>
a { background-color: #B0AD67; }
a { background-color: rgb(176,173,103); }
div.DivClassName
{
background-color: #B0AD67;
}
.BgClassName
{
background-color: #B0AD67;
}
</style>
border-color css
<style>
span { border-color: #B0AD67; }
span { border-color: rgb(176,173,103); }
td.TdClassName
{
border-color: #B0AD67;
}
.TagClassName
{
border-color: #B0AD67;
}
</style>