Shades of Gimblet #BDB162
Tints of Gimblet #BDB162
RGB
CMYK
RGB Variations
Color information
#BDB162 (or 0xBDB162) is known color: Gimblet. HEX triplet: BD, B1 and 62. RGB value is (189,177,98). Sum of RGB (Red+Green+Blue) = 189+177+98=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB162 is #424E9D. Grayscale: #ABABAB. Windows color (decimal): -4345502 or 6468029. OLE color: 6468029.
HSL color Cylindrical-coordinate representation of color #BDB162: hue angle of 52.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB162 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 98 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.26 |
| HSL | 52.09º | 0.41% | 0.56% | - |
| HSV(B) | 52.09º | 0.48% | 0.74% | - |
| XYZ | 38.91 | 43.14 | 17.83 | - |
| YUV | 171.58 | 86.48 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 98 | 0 | 0.06 | 0.48 | 0.26 | 52.09 | 0.41 | 0.56 |
| Hex | BD | B1 | 62 | 0 | 6 | 30 | 1A | 34 | 29 | 38 |
| Octal | 275 | 261 | 142 | 0 | 6 | 60 | 32 | 64 | 51 | 70 |
| Binary | 10111101 | 10110001 | 1100010 | 0 | 110 | 110000 | 11010 | 110100 | 101001 | 111000 |
Color Harmonies of #BDB162
Complementary color
Monochromatic Colors of #BDB162
Black with #BDB162
Text Example
Text Example
White with #BDB162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB162; }
p { color: rgb(189,177,98); }
H1.HeaderClassName
{
color: #BDB162;
}
.AnyTagClassName
{
color: #BDB162;
}
</style>
background-color css
<style>
a { background-color: #BDB162; }
a { background-color: rgb(189,177,98); }
div.DivClassName
{
background-color: #BDB162;
}
.BgClassName
{
background-color: #BDB162;
}
</style>
border-color css
<style>
span { border-color: #BDB162; }
span { border-color: rgb(189,177,98); }
td.TdClassName
{
border-color: #BDB162;
}
.TagClassName
{
border-color: #BDB162;
}
</style>