Shades of Gimblet #BDB165
Tints of Gimblet #BDB165
RGB
CMYK
RGB Variations
Color information
#BDB165 (or 0xBDB165) is known color: Gimblet. HEX triplet: BD, B1 and 65. RGB value is (189,177,101). Sum of RGB (Red+Green+Blue) = 189+177+101=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 177 (69.53% from 255 or 37.90% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB165 is #424E9A. Grayscale: #ACACAC. Windows color (decimal): -4345499 or 6664637. OLE color: 6664637.
HSL color Cylindrical-coordinate representation of color #BDB165: hue angle of 51.82º 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 #BDB165 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 101 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.26 |
| HSL | 51.82º | 0.4% | 0.57% | - |
| HSV(B) | 51.82º | 0.47% | 0.74% | - |
| XYZ | 39.06 | 43.2 | 18.59 | - |
| YUV | 171.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 101 | 0 | 0.06 | 0.47 | 0.26 | 51.82 | 0.4 | 0.57 |
| Hex | BD | B1 | 65 | 0 | 6 | 2F | 1A | 34 | 28 | 39 |
| Octal | 275 | 261 | 145 | 0 | 6 | 57 | 32 | 64 | 50 | 71 |
| Binary | 10111101 | 10110001 | 1100101 | 0 | 110 | 101111 | 11010 | 110100 | 101000 | 111001 |
Color Harmonies of #BDB165
Complementary color
Monochromatic Colors of #BDB165
Black with #BDB165
Text Example
Text Example
White with #BDB165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB165; }
p { color: rgb(189,177,101); }
H1.HeaderClassName
{
color: #BDB165;
}
.AnyTagClassName
{
color: #BDB165;
}
</style>
background-color css
<style>
a { background-color: #BDB165; }
a { background-color: rgb(189,177,101); }
div.DivClassName
{
background-color: #BDB165;
}
.BgClassName
{
background-color: #BDB165;
}
</style>
border-color css
<style>
span { border-color: #BDB165; }
span { border-color: rgb(189,177,101); }
td.TdClassName
{
border-color: #BDB165;
}
.TagClassName
{
border-color: #BDB165;
}
</style>