Shades of Gimblet #BDB066
Tints of Gimblet #BDB066
RGB
CMYK
RGB Variations
Color information
#BDB066 (or 0xBDB066) is known color: Gimblet. HEX triplet: BD, B0 and 66. RGB value is (189,176,102). Sum of RGB (Red+Green+Blue) = 189+176+102=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB066 is #424F99. Grayscale: #ABABAB. Windows color (decimal): -4345754 or 6729917. OLE color: 6729917.
HSL color Cylindrical-coordinate representation of color #BDB066: hue angle of 51.03º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDB066 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 102 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.26 |
| HSL | 51.03º | 0.4% | 0.57% | - |
| HSV(B) | 51.03º | 0.46% | 0.74% | - |
| XYZ | 38.91 | 42.83 | 18.79 | - |
| YUV | 171.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 102 | 0 | 0.07 | 0.46 | 0.26 | 51.03 | 0.4 | 0.57 |
| Hex | BD | B0 | 66 | 0 | 7 | 2E | 1A | 33 | 28 | 39 |
| Octal | 275 | 260 | 146 | 0 | 7 | 56 | 32 | 63 | 50 | 71 |
| Binary | 10111101 | 10110000 | 1100110 | 0 | 111 | 101110 | 11010 | 110011 | 101000 | 111001 |
Color Harmonies of #BDB066
Complementary color
Monochromatic Colors of #BDB066
Black with #BDB066
Text Example
Text Example
White with #BDB066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB066; }
p { color: rgb(189,176,102); }
H1.HeaderClassName
{
color: #BDB066;
}
.AnyTagClassName
{
color: #BDB066;
}
</style>
background-color css
<style>
a { background-color: #BDB066; }
a { background-color: rgb(189,176,102); }
div.DivClassName
{
background-color: #BDB066;
}
.BgClassName
{
background-color: #BDB066;
}
</style>
border-color css
<style>
span { border-color: #BDB066; }
span { border-color: rgb(189,176,102); }
td.TdClassName
{
border-color: #BDB066;
}
.TagClassName
{
border-color: #BDB066;
}
</style>