Shades of Gimblet #BDB35D
Tints of Gimblet #BDB35D
RGB
CMYK
RGB Variations
Color information
#BDB35D (or 0xBDB35D) is known color: Gimblet. HEX triplet: BD, B3 and 5D. RGB value is (189,179,93). Sum of RGB (Red+Green+Blue) = 189+179+93=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB35D is #424CA2. Grayscale: #ACACAC. Windows color (decimal): -4344995 or 6140861. OLE color: 6140861.
HSL color Cylindrical-coordinate representation of color #BDB35D: hue angle of 53.75º 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 #BDB35D is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 179 | 93 | - |
CMYK | 0 | 0.05 | 0.51 | 0.26 |
HSL | 53.75º | 0.42% | 0.55% | - |
HSV(B) | 53.75º | 0.51% | 0.74% | - |
XYZ | 39.08 | 43.85 | 16.76 | - |
YUV | 172.19 | 83.31 | 139.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 179 | 93 | 0 | 0.05 | 0.51 | 0.26 | 53.75 | 0.42 | 0.55 |
Hex | BD | B3 | 5D | 0 | 5 | 33 | 1A | 36 | 2A | 37 |
Octal | 275 | 263 | 135 | 0 | 5 | 63 | 32 | 66 | 52 | 67 |
Binary | 10111101 | 10110011 | 1011101 | 0 | 101 | 110011 | 11010 | 110110 | 101010 | 110111 |
Color Harmonies of #BDB35D
Complementary color
Monochromatic Colors of #BDB35D
Black with #BDB35D
Text Example
Text Example
White with #BDB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB35D; }
p { color: rgb(189,179,93); }
H1.HeaderClassName
{
color: #BDB35D;
}
.AnyTagClassName
{
color: #BDB35D;
}
</style>
background-color css
<style>
a { background-color: #BDB35D; }
a { background-color: rgb(189,179,93); }
div.DivClassName
{
background-color: #BDB35D;
}
.BgClassName
{
background-color: #BDB35D;
}
</style>
border-color css
<style>
span { border-color: #BDB35D; }
span { border-color: rgb(189,179,93); }
td.TdClassName
{
border-color: #BDB35D;
}
.TagClassName
{
border-color: #BDB35D;
}
</style>