Shades of Gimblet #BDB260
Tints of Gimblet #BDB260
RGB
CMYK
RGB Variations
Color information
#BDB260 (or 0xBDB260) is known color: Gimblet. HEX triplet: BD, B2 and 60. RGB value is (189,178,96). Sum of RGB (Red+Green+Blue) = 189+178+96=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB260 is #424D9F. Grayscale: #ACACAC. Windows color (decimal): -4345248 or 6337213. OLE color: 6337213.
HSL color Cylindrical-coordinate representation of color #BDB260: hue angle of 52.9º 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 #BDB260 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 96 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.26 |
| HSL | 52.9º | 0.41% | 0.56% | - |
| HSV(B) | 52.9º | 0.49% | 0.74% | - |
| XYZ | 39.02 | 43.5 | 17.41 | - |
| YUV | 171.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 96 | 0 | 0.06 | 0.49 | 0.26 | 52.9 | 0.41 | 0.56 |
| Hex | BD | B2 | 60 | 0 | 6 | 31 | 1A | 35 | 29 | 38 |
| Octal | 275 | 262 | 140 | 0 | 6 | 61 | 32 | 65 | 51 | 70 |
| Binary | 10111101 | 10110010 | 1100000 | 0 | 110 | 110001 | 11010 | 110101 | 101001 | 111000 |
Color Harmonies of #BDB260
Complementary color
Monochromatic Colors of #BDB260
Black with #BDB260
Text Example
Text Example
White with #BDB260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB260; }
p { color: rgb(189,178,96); }
H1.HeaderClassName
{
color: #BDB260;
}
.AnyTagClassName
{
color: #BDB260;
}
</style>
background-color css
<style>
a { background-color: #BDB260; }
a { background-color: rgb(189,178,96); }
div.DivClassName
{
background-color: #BDB260;
}
.BgClassName
{
background-color: #BDB260;
}
</style>
border-color css
<style>
span { border-color: #BDB260; }
span { border-color: rgb(189,178,96); }
td.TdClassName
{
border-color: #BDB260;
}
.TagClassName
{
border-color: #BDB260;
}
</style>