Shades of Gimblet #BDB261
Tints of Gimblet #BDB261
RGB
CMYK
RGB Variations
Color information
#BDB261 (or 0xBDB261) is known color: Gimblet. HEX triplet: BD, B2 and 61. RGB value is (189,178,97). Sum of RGB (Red+Green+Blue) = 189+178+97=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 178 (69.92% from 255 or 38.36% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB261 is #424D9E. Grayscale: #ACACAC. Windows color (decimal): -4345247 or 6402749. OLE color: 6402749.
HSL color Cylindrical-coordinate representation of color #BDB261: hue angle of 52.83º 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 #BDB261 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 97 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.26 |
| HSL | 52.83º | 0.41% | 0.56% | - |
| HSV(B) | 52.83º | 0.49% | 0.74% | - |
| XYZ | 39.06 | 43.52 | 17.65 | - |
| YUV | 172.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 97 | 0 | 0.06 | 0.49 | 0.26 | 52.83 | 0.41 | 0.56 |
| Hex | BD | B2 | 61 | 0 | 6 | 31 | 1A | 35 | 29 | 38 |
| Octal | 275 | 262 | 141 | 0 | 6 | 61 | 32 | 65 | 51 | 70 |
| Binary | 10111101 | 10110010 | 1100001 | 0 | 110 | 110001 | 11010 | 110101 | 101001 | 111000 |
Color Harmonies of #BDB261
Complementary color
Monochromatic Colors of #BDB261
Black with #BDB261
Text Example
Text Example
White with #BDB261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB261; }
p { color: rgb(189,178,97); }
H1.HeaderClassName
{
color: #BDB261;
}
.AnyTagClassName
{
color: #BDB261;
}
</style>
background-color css
<style>
a { background-color: #BDB261; }
a { background-color: rgb(189,178,97); }
div.DivClassName
{
background-color: #BDB261;
}
.BgClassName
{
background-color: #BDB261;
}
</style>
border-color css
<style>
span { border-color: #BDB261; }
span { border-color: rgb(189,178,97); }
td.TdClassName
{
border-color: #BDB261;
}
.TagClassName
{
border-color: #BDB261;
}
</style>