Shades of Gimblet #BDB157
Tints of Gimblet #BDB157
RGB
CMYK
RGB Variations
Color information
#BDB157 (or 0xBDB157) is known color: Gimblet. HEX triplet: BD, B1 and 57. RGB value is (189,177,87). Sum of RGB (Red+Green+Blue) = 189+177+87=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDB157 is #424EA8. Grayscale: #AAAAAA. Windows color (decimal): -4345513 or 5747133. OLE color: 5747133.
HSL color Cylindrical-coordinate representation of color #BDB157: hue angle of 52.94º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDB157 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 177 | 87 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.26 |
| HSL | 52.94º | 0.44% | 0.54% | - |
| HSV(B) | 52.94º | 0.54% | 0.74% | - |
| XYZ | 38.43 | 42.95 | 15.28 | - |
| YUV | 170.33 | 80.98 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 177 | 87 | 0 | 0.06 | 0.54 | 0.26 | 52.94 | 0.44 | 0.54 |
| Hex | BD | B1 | 57 | 0 | 6 | 36 | 1A | 35 | 2C | 36 |
| Octal | 275 | 261 | 127 | 0 | 6 | 66 | 32 | 65 | 54 | 66 |
| Binary | 10111101 | 10110001 | 1010111 | 0 | 110 | 110110 | 11010 | 110101 | 101100 | 110110 |
Color Harmonies of #BDB157
Complementary color
Monochromatic Colors of #BDB157
Black with #BDB157
Text Example
Text Example
White with #BDB157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB157; }
p { color: rgb(189,177,87); }
H1.HeaderClassName
{
color: #BDB157;
}
.AnyTagClassName
{
color: #BDB157;
}
</style>
background-color css
<style>
a { background-color: #BDB157; }
a { background-color: rgb(189,177,87); }
div.DivClassName
{
background-color: #BDB157;
}
.BgClassName
{
background-color: #BDB157;
}
</style>
border-color css
<style>
span { border-color: #BDB157; }
span { border-color: rgb(189,177,87); }
td.TdClassName
{
border-color: #BDB157;
}
.TagClassName
{
border-color: #BDB157;
}
</style>