Shades of Gimblet #BDB25F
Tints of Gimblet #BDB25F
RGB
CMYK
RGB Variations
Color information
#BDB25F (or 0xBDB25F) is known color: Gimblet. HEX triplet: BD, B2 and 5F. RGB value is (189,178,95). Sum of RGB (Red+Green+Blue) = 189+178+95=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB25F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB25F is #424DA0. Grayscale: #ACACAC. Windows color (decimal): -4345249 or 6271677. OLE color: 6271677.
HSL color Cylindrical-coordinate representation of color #BDB25F: hue angle of 52.98º 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 #BDB25F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 178 | 95 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.26 |
| HSL | 52.98º | 0.42% | 0.56% | - |
| HSV(B) | 52.98º | 0.5% | 0.74% | - |
| XYZ | 38.97 | 43.49 | 17.17 | - |
| YUV | 171.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 95 | 0 | 0.06 | 0.50 | 0.26 | 52.98 | 0.42 | 0.56 |
| Hex | BD | B2 | 5F | 0 | 6 | 32 | 1A | 35 | 2A | 38 |
| Octal | 275 | 262 | 137 | 0 | 6 | 62 | 32 | 65 | 52 | 70 |
| Binary | 10111101 | 10110010 | 1011111 | 0 | 110 | 110010 | 11010 | 110101 | 101010 | 111000 |
Color Harmonies of #BDB25F
Complementary color
Monochromatic Colors of #BDB25F
Black with #BDB25F
Text Example
Text Example
White with #BDB25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB25F; }
p { color: rgb(189,178,95); }
H1.HeaderClassName
{
color: #BDB25F;
}
.AnyTagClassName
{
color: #BDB25F;
}
</style>
background-color css
<style>
a { background-color: #BDB25F; }
a { background-color: rgb(189,178,95); }
div.DivClassName
{
background-color: #BDB25F;
}
.BgClassName
{
background-color: #BDB25F;
}
</style>
border-color css
<style>
span { border-color: #BDB25F; }
span { border-color: rgb(189,178,95); }
td.TdClassName
{
border-color: #BDB25F;
}
.TagClassName
{
border-color: #BDB25F;
}
</style>