Shades of Gimblet #BDB15B
Tints of Gimblet #BDB15B
RGB
CMYK
RGB Variations
Color information
#BDB15B (or 0xBDB15B) is known color: Gimblet. HEX triplet: BD, B1 and 5B. RGB value is (189,177,91). Sum of RGB (Red+Green+Blue) = 189+177+91=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15B is #424EA4. Grayscale: #ABABAB. Windows color (decimal): -4345509 or 6009277. OLE color: 6009277.
HSL color Cylindrical-coordinate representation of color #BDB15B: hue angle of 52.65º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDB15B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 91 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.26 |
| HSL | 52.65º | 0.43% | 0.55% | - |
| HSV(B) | 52.65º | 0.52% | 0.74% | - |
| XYZ | 38.6 | 43.02 | 16.17 | - |
| YUV | 170.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 91 | 0 | 0.06 | 0.52 | 0.26 | 52.65 | 0.43 | 0.55 |
| Hex | BD | B1 | 5B | 0 | 6 | 34 | 1A | 35 | 2B | 37 |
| Octal | 275 | 261 | 133 | 0 | 6 | 64 | 32 | 65 | 53 | 67 |
| Binary | 10111101 | 10110001 | 1011011 | 0 | 110 | 110100 | 11010 | 110101 | 101011 | 110111 |
Color Harmonies of #BDB15B
Complementary color
Monochromatic Colors of #BDB15B
Black with #BDB15B
Text Example
Text Example
White with #BDB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB15B; }
p { color: rgb(189,177,91); }
H1.HeaderClassName
{
color: #BDB15B;
}
.AnyTagClassName
{
color: #BDB15B;
}
</style>
background-color css
<style>
a { background-color: #BDB15B; }
a { background-color: rgb(189,177,91); }
div.DivClassName
{
background-color: #BDB15B;
}
.BgClassName
{
background-color: #BDB15B;
}
</style>
border-color css
<style>
span { border-color: #BDB15B; }
span { border-color: rgb(189,177,91); }
td.TdClassName
{
border-color: #BDB15B;
}
.TagClassName
{
border-color: #BDB15B;
}
</style>