Shades of Gimblet #BDB35C
Tints of Gimblet #BDB35C
RGB
CMYK
RGB Variations
Color information
#BDB35C (or 0xBDB35C) is known color: Gimblet. HEX triplet: BD, B3 and 5C. RGB value is (189,179,92). Sum of RGB (Red+Green+Blue) = 189+179+92=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35C is #424CA3. Grayscale: #ACACAC. Windows color (decimal): -4344996 or 6075325. OLE color: 6075325.
HSL color Cylindrical-coordinate representation of color #BDB35C: hue angle of 53.81º 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 #BDB35C is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 92 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.26 |
| HSL | 53.81º | 0.42% | 0.55% | - |
| HSV(B) | 53.81º | 0.51% | 0.74% | - |
| XYZ | 39.04 | 43.83 | 16.53 | - |
| YUV | 172.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 92 | 0 | 0.05 | 0.51 | 0.26 | 53.81 | 0.42 | 0.55 |
| Hex | BD | B3 | 5C | 0 | 5 | 33 | 1A | 36 | 2A | 37 |
| Octal | 275 | 263 | 134 | 0 | 5 | 63 | 32 | 66 | 52 | 67 |
| Binary | 10111101 | 10110011 | 1011100 | 0 | 101 | 110011 | 11010 | 110110 | 101010 | 110111 |
Color Harmonies of #BDB35C
Complementary color
Monochromatic Colors of #BDB35C
Black with #BDB35C
Text Example
Text Example
White with #BDB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB35C; }
p { color: rgb(189,179,92); }
H1.HeaderClassName
{
color: #BDB35C;
}
.AnyTagClassName
{
color: #BDB35C;
}
</style>
background-color css
<style>
a { background-color: #BDB35C; }
a { background-color: rgb(189,179,92); }
div.DivClassName
{
background-color: #BDB35C;
}
.BgClassName
{
background-color: #BDB35C;
}
</style>
border-color css
<style>
span { border-color: #BDB35C; }
span { border-color: rgb(189,179,92); }
td.TdClassName
{
border-color: #BDB35C;
}
.TagClassName
{
border-color: #BDB35C;
}
</style>