Shades of Gimblet #BDB360
Tints of Gimblet #BDB360
RGB
CMYK
RGB Variations
Color information
#BDB360 (or 0xBDB360) is known color: Gimblet. HEX triplet: BD, B3 and 60. RGB value is (189,179,96). Sum of RGB (Red+Green+Blue) = 189+179+96=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 179 (70.31% from 255 or 38.58% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB360 is #424C9F. Grayscale: #ACACAC. Windows color (decimal): -4344992 or 6337469. OLE color: 6337469.
HSL color Cylindrical-coordinate representation of color #BDB360: hue angle of 53.55º 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 #BDB360 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 96 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.26 |
| HSL | 53.55º | 0.41% | 0.56% | - |
| HSV(B) | 53.55º | 0.49% | 0.74% | - |
| XYZ | 39.22 | 43.9 | 17.47 | - |
| YUV | 172.53 | 84.81 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 96 | 0 | 0.05 | 0.49 | 0.26 | 53.55 | 0.41 | 0.56 |
| Hex | BD | B3 | 60 | 0 | 5 | 31 | 1A | 36 | 29 | 38 |
| Octal | 275 | 263 | 140 | 0 | 5 | 61 | 32 | 66 | 51 | 70 |
| Binary | 10111101 | 10110011 | 1100000 | 0 | 101 | 110001 | 11010 | 110110 | 101001 | 111000 |
Color Harmonies of #BDB360
Complementary color
Monochromatic Colors of #BDB360
Black with #BDB360
Text Example
Text Example
White with #BDB360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB360; }
p { color: rgb(189,179,96); }
H1.HeaderClassName
{
color: #BDB360;
}
.AnyTagClassName
{
color: #BDB360;
}
</style>
background-color css
<style>
a { background-color: #BDB360; }
a { background-color: rgb(189,179,96); }
div.DivClassName
{
background-color: #BDB360;
}
.BgClassName
{
background-color: #BDB360;
}
</style>
border-color css
<style>
span { border-color: #BDB360; }
span { border-color: rgb(189,179,96); }
td.TdClassName
{
border-color: #BDB360;
}
.TagClassName
{
border-color: #BDB360;
}
</style>