Shades of Gimblet #BDB265
Tints of Gimblet #BDB265
RGB
CMYK
RGB Variations
Color information
#BDB265 (or 0xBDB265) is known color: Gimblet. HEX triplet: BD, B2 and 65. RGB value is (189,178,101). Sum of RGB (Red+Green+Blue) = 189+178+101=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB265 is #424D9A. Grayscale: #ACACAC. Windows color (decimal): -4345243 or 6664893. OLE color: 6664893.
HSL color Cylindrical-coordinate representation of color #BDB265: hue angle of 52.5º 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 #BDB265 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 101 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.26 |
| HSL | 52.5º | 0.4% | 0.57% | - |
| HSV(B) | 52.5º | 0.47% | 0.74% | - |
| XYZ | 39.26 | 43.6 | 18.66 | - |
| YUV | 172.51 | 87.64 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 101 | 0 | 0.06 | 0.47 | 0.26 | 52.5 | 0.4 | 0.57 |
| Hex | BD | B2 | 65 | 0 | 6 | 2F | 1A | 34 | 28 | 39 |
| Octal | 275 | 262 | 145 | 0 | 6 | 57 | 32 | 64 | 50 | 71 |
| Binary | 10111101 | 10110010 | 1100101 | 0 | 110 | 101111 | 11010 | 110100 | 101000 | 111001 |
Color Harmonies of #BDB265
Complementary color
Monochromatic Colors of #BDB265
Black with #BDB265
Text Example
Text Example
White with #BDB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB265; }
p { color: rgb(189,178,101); }
H1.HeaderClassName
{
color: #BDB265;
}
.AnyTagClassName
{
color: #BDB265;
}
</style>
background-color css
<style>
a { background-color: #BDB265; }
a { background-color: rgb(189,178,101); }
div.DivClassName
{
background-color: #BDB265;
}
.BgClassName
{
background-color: #BDB265;
}
</style>
border-color css
<style>
span { border-color: #BDB265; }
span { border-color: rgb(189,178,101); }
td.TdClassName
{
border-color: #BDB265;
}
.TagClassName
{
border-color: #BDB265;
}
</style>