Shades of Gimblet #BDB065
Tints of Gimblet #BDB065
RGB
CMYK
RGB Variations
Color information
#BDB065 (or 0xBDB065) is known color: Gimblet. HEX triplet: BD, B0 and 65. RGB value is (189,176,101). Sum of RGB (Red+Green+Blue) = 189+176+101=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB065 is #424F9A. Grayscale: #ABABAB. Windows color (decimal): -4345755 or 6664381. OLE color: 6664381.
HSL color Cylindrical-coordinate representation of color #BDB065: hue angle of 51.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BDB065 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 101 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.26 |
| HSL | 51.14º | 0.4% | 0.57% | - |
| HSV(B) | 51.14º | 0.47% | 0.74% | - |
| XYZ | 38.86 | 42.81 | 18.53 | - |
| YUV | 171.34 | 88.31 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 101 | 0 | 0.07 | 0.47 | 0.26 | 51.14 | 0.4 | 0.57 |
| Hex | BD | B0 | 65 | 0 | 7 | 2F | 1A | 33 | 28 | 39 |
| Octal | 275 | 260 | 145 | 0 | 7 | 57 | 32 | 63 | 50 | 71 |
| Binary | 10111101 | 10110000 | 1100101 | 0 | 111 | 101111 | 11010 | 110011 | 101000 | 111001 |
Color Harmonies of #BDB065
Complementary color
Monochromatic Colors of #BDB065
Black with #BDB065
Text Example
Text Example
White with #BDB065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB065; }
p { color: rgb(189,176,101); }
H1.HeaderClassName
{
color: #BDB065;
}
.AnyTagClassName
{
color: #BDB065;
}
</style>
background-color css
<style>
a { background-color: #BDB065; }
a { background-color: rgb(189,176,101); }
div.DivClassName
{
background-color: #BDB065;
}
.BgClassName
{
background-color: #BDB065;
}
</style>
border-color css
<style>
span { border-color: #BDB065; }
span { border-color: rgb(189,176,101); }
td.TdClassName
{
border-color: #BDB065;
}
.TagClassName
{
border-color: #BDB065;
}
</style>