Shades of Gimblet #BDB15F
Tints of Gimblet #BDB15F
RGB
CMYK
RGB Variations
Color information
#BDB15F (or 0xBDB15F) is known color: Gimblet. HEX triplet: BD, B1 and 5F. RGB value is (189,177,95). Sum of RGB (Red+Green+Blue) = 189+177+95=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 177 (69.53% from 255 or 38.39% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB15F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB15F is #424EA0. Grayscale: #ABABAB. Windows color (decimal): -4345505 or 6271421. OLE color: 6271421.
HSL color Cylindrical-coordinate representation of color #BDB15F: hue angle of 52.34º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDB15F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 95 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.26 |
| HSL | 52.34º | 0.42% | 0.56% | - |
| HSV(B) | 52.34º | 0.5% | 0.74% | - |
| XYZ | 38.77 | 43.09 | 17.1 | - |
| YUV | 171.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 95 | 0 | 0.06 | 0.50 | 0.26 | 52.34 | 0.42 | 0.56 |
| Hex | BD | B1 | 5F | 0 | 6 | 32 | 1A | 34 | 2A | 38 |
| Octal | 275 | 261 | 137 | 0 | 6 | 62 | 32 | 64 | 52 | 70 |
| Binary | 10111101 | 10110001 | 1011111 | 0 | 110 | 110010 | 11010 | 110100 | 101010 | 111000 |
Color Harmonies of #BDB15F
Complementary color
Monochromatic Colors of #BDB15F
Black with #BDB15F
Text Example
Text Example
White with #BDB15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB15F; }
p { color: rgb(189,177,95); }
H1.HeaderClassName
{
color: #BDB15F;
}
.AnyTagClassName
{
color: #BDB15F;
}
</style>
background-color css
<style>
a { background-color: #BDB15F; }
a { background-color: rgb(189,177,95); }
div.DivClassName
{
background-color: #BDB15F;
}
.BgClassName
{
background-color: #BDB15F;
}
</style>
border-color css
<style>
span { border-color: #BDB15F; }
span { border-color: rgb(189,177,95); }
td.TdClassName
{
border-color: #BDB15F;
}
.TagClassName
{
border-color: #BDB15F;
}
</style>