Shades of Gimblet #BDB362
Tints of Gimblet #BDB362
RGB
CMYK
RGB Variations
Color information
#BDB362 (or 0xBDB362) is known color: Gimblet. HEX triplet: BD, B3 and 62. RGB value is (189,179,98). Sum of RGB (Red+Green+Blue) = 189+179+98=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB362 is #424C9D. Grayscale: #ADADAD. Windows color (decimal): -4344990 or 6468541. OLE color: 6468541.
HSL color Cylindrical-coordinate representation of color #BDB362: hue angle of 53.41º 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 #BDB362 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 98 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.26 |
| HSL | 53.41º | 0.41% | 0.56% | - |
| HSV(B) | 53.41º | 0.48% | 0.74% | - |
| XYZ | 39.31 | 43.94 | 17.96 | - |
| YUV | 172.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 98 | 0 | 0.05 | 0.48 | 0.26 | 53.41 | 0.41 | 0.56 |
| Hex | BD | B3 | 62 | 0 | 5 | 30 | 1A | 35 | 29 | 38 |
| Octal | 275 | 263 | 142 | 0 | 5 | 60 | 32 | 65 | 51 | 70 |
| Binary | 10111101 | 10110011 | 1100010 | 0 | 101 | 110000 | 11010 | 110101 | 101001 | 111000 |
Color Harmonies of #BDB362
Complementary color
Monochromatic Colors of #BDB362
Black with #BDB362
Text Example
Text Example
White with #BDB362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB362; }
p { color: rgb(189,179,98); }
H1.HeaderClassName
{
color: #BDB362;
}
.AnyTagClassName
{
color: #BDB362;
}
</style>
background-color css
<style>
a { background-color: #BDB362; }
a { background-color: rgb(189,179,98); }
div.DivClassName
{
background-color: #BDB362;
}
.BgClassName
{
background-color: #BDB362;
}
</style>
border-color css
<style>
span { border-color: #BDB362; }
span { border-color: rgb(189,179,98); }
td.TdClassName
{
border-color: #BDB362;
}
.TagClassName
{
border-color: #BDB362;
}
</style>