Shades of Gimblet #BDB462
Tints of Gimblet #BDB462
RGB
CMYK
RGB Variations
Color information
#BDB462 (or 0xBDB462) is known color: Gimblet. HEX triplet: BD, B4 and 62. RGB value is (189,180,98). Sum of RGB (Red+Green+Blue) = 189+180+98=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB462 is #424B9D. Grayscale: #ADADAD. Windows color (decimal): -4344734 or 6468797. OLE color: 6468797.
HSL color Cylindrical-coordinate representation of color #BDB462: hue angle of 54.07º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BDB462 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 180 | 98 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.26 |
| HSL | 54.07º | 0.41% | 0.56% | - |
| HSV(B) | 54.07º | 0.48% | 0.74% | - |
| XYZ | 39.51 | 44.34 | 18.03 | - |
| YUV | 173.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 98 | 0 | 0.05 | 0.48 | 0.26 | 54.07 | 0.41 | 0.56 |
| Hex | BD | B4 | 62 | 0 | 5 | 30 | 1A | 36 | 29 | 38 |
| Octal | 275 | 264 | 142 | 0 | 5 | 60 | 32 | 66 | 51 | 70 |
| Binary | 10111101 | 10110100 | 1100010 | 0 | 101 | 110000 | 11010 | 110110 | 101001 | 111000 |
Color Harmonies of #BDB462
Complementary color
Monochromatic Colors of #BDB462
Black with #BDB462
Text Example
Text Example
White with #BDB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB462; }
p { color: rgb(189,180,98); }
H1.HeaderClassName
{
color: #BDB462;
}
.AnyTagClassName
{
color: #BDB462;
}
</style>
background-color css
<style>
a { background-color: #BDB462; }
a { background-color: rgb(189,180,98); }
div.DivClassName
{
background-color: #BDB462;
}
.BgClassName
{
background-color: #BDB462;
}
</style>
border-color css
<style>
span { border-color: #BDB462; }
span { border-color: rgb(189,180,98); }
td.TdClassName
{
border-color: #BDB462;
}
.TagClassName
{
border-color: #BDB462;
}
</style>