Shades of Gimblet #BDB15D
Tints of Gimblet #BDB15D
RGB
CMYK
RGB Variations
Color information
#BDB15D (or 0xBDB15D) is known color: Gimblet. HEX triplet: BD, B1 and 5D. RGB value is (189,177,93). Sum of RGB (Red+Green+Blue) = 189+177+93=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15D is #424EA2. Grayscale: #ABABAB. Windows color (decimal): -4345507 or 6140349. OLE color: 6140349.
HSL color Cylindrical-coordinate representation of color #BDB15D: hue angle of 52.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDB15D is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 93 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.26 |
| HSL | 52.5º | 0.42% | 0.55% | - |
| HSV(B) | 52.5º | 0.51% | 0.74% | - |
| XYZ | 38.68 | 43.05 | 16.63 | - |
| YUV | 171.01 | 83.98 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 93 | 0 | 0.06 | 0.51 | 0.26 | 52.5 | 0.42 | 0.55 |
| Hex | BD | B1 | 5D | 0 | 6 | 33 | 1A | 34 | 2A | 37 |
| Octal | 275 | 261 | 135 | 0 | 6 | 63 | 32 | 64 | 52 | 67 |
| Binary | 10111101 | 10110001 | 1011101 | 0 | 110 | 110011 | 11010 | 110100 | 101010 | 110111 |
Color Harmonies of #BDB15D
Complementary color
Monochromatic Colors of #BDB15D
Black with #BDB15D
Text Example
Text Example
White with #BDB15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB15D; }
p { color: rgb(189,177,93); }
H1.HeaderClassName
{
color: #BDB15D;
}
.AnyTagClassName
{
color: #BDB15D;
}
</style>
background-color css
<style>
a { background-color: #BDB15D; }
a { background-color: rgb(189,177,93); }
div.DivClassName
{
background-color: #BDB15D;
}
.BgClassName
{
background-color: #BDB15D;
}
</style>
border-color css
<style>
span { border-color: #BDB15D; }
span { border-color: rgb(189,177,93); }
td.TdClassName
{
border-color: #BDB15D;
}
.TagClassName
{
border-color: #BDB15D;
}
</style>