Shades of Gimblet #BDB361
Tints of Gimblet #BDB361
RGB
CMYK
RGB Variations
Color information
#BDB361 (or 0xBDB361) is known color: Gimblet. HEX triplet: BD, B3 and 61. RGB value is (189,179,97). Sum of RGB (Red+Green+Blue) = 189+179+97=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB361 is #424C9E. Grayscale: #ACACAC. Windows color (decimal): -4344991 or 6403005. OLE color: 6403005.
HSL color Cylindrical-coordinate representation of color #BDB361: hue angle of 53.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDB361 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 97 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.26 |
| HSL | 53.48º | 0.41% | 0.56% | - |
| HSV(B) | 53.48º | 0.49% | 0.74% | - |
| XYZ | 39.26 | 43.92 | 17.72 | - |
| YUV | 172.64 | 85.31 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 97 | 0 | 0.05 | 0.49 | 0.26 | 53.48 | 0.41 | 0.56 |
| Hex | BD | B3 | 61 | 0 | 5 | 31 | 1A | 35 | 29 | 38 |
| Octal | 275 | 263 | 141 | 0 | 5 | 61 | 32 | 65 | 51 | 70 |
| Binary | 10111101 | 10110011 | 1100001 | 0 | 101 | 110001 | 11010 | 110101 | 101001 | 111000 |
Color Harmonies of #BDB361
Complementary color
Monochromatic Colors of #BDB361
Black with #BDB361
Text Example
Text Example
White with #BDB361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB361; }
p { color: rgb(189,179,97); }
H1.HeaderClassName
{
color: #BDB361;
}
.AnyTagClassName
{
color: #BDB361;
}
</style>
background-color css
<style>
a { background-color: #BDB361; }
a { background-color: rgb(189,179,97); }
div.DivClassName
{
background-color: #BDB361;
}
.BgClassName
{
background-color: #BDB361;
}
</style>
border-color css
<style>
span { border-color: #BDB361; }
span { border-color: rgb(189,179,97); }
td.TdClassName
{
border-color: #BDB361;
}
.TagClassName
{
border-color: #BDB361;
}
</style>