Shades of Gimblet #BDB264
Tints of Gimblet #BDB264
RGB
CMYK
RGB Variations
Color information
#BDB264 (or 0xBDB264) is known color: Gimblet. HEX triplet: BD, B2 and 64. RGB value is (189,178,100). Sum of RGB (Red+Green+Blue) = 189+178+100=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 178 (69.92% from 255 or 38.12% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB264 is #424D9B. Grayscale: #ACACAC. Windows color (decimal): -4345244 or 6599357. OLE color: 6599357.
HSL color Cylindrical-coordinate representation of color #BDB264: hue angle of 52.58º 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 #BDB264 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 100 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.26 |
| HSL | 52.58º | 0.4% | 0.57% | - |
| HSV(B) | 52.58º | 0.47% | 0.74% | - |
| XYZ | 39.21 | 43.58 | 18.4 | - |
| YUV | 172.4 | 87.14 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 100 | 0 | 0.06 | 0.47 | 0.26 | 52.58 | 0.4 | 0.57 |
| Hex | BD | B2 | 64 | 0 | 6 | 2F | 1A | 35 | 28 | 39 |
| Octal | 275 | 262 | 144 | 0 | 6 | 57 | 32 | 65 | 50 | 71 |
| Binary | 10111101 | 10110010 | 1100100 | 0 | 110 | 101111 | 11010 | 110101 | 101000 | 111001 |
Color Harmonies of #BDB264
Complementary color
Monochromatic Colors of #BDB264
Black with #BDB264
Text Example
Text Example
White with #BDB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB264; }
p { color: rgb(189,178,100); }
H1.HeaderClassName
{
color: #BDB264;
}
.AnyTagClassName
{
color: #BDB264;
}
</style>
background-color css
<style>
a { background-color: #BDB264; }
a { background-color: rgb(189,178,100); }
div.DivClassName
{
background-color: #BDB264;
}
.BgClassName
{
background-color: #BDB264;
}
</style>
border-color css
<style>
span { border-color: #BDB264; }
span { border-color: rgb(189,178,100); }
td.TdClassName
{
border-color: #BDB264;
}
.TagClassName
{
border-color: #BDB264;
}
</style>