Shades of Gimblet #BDB363
Tints of Gimblet #BDB363
RGB
CMYK
RGB Variations
Color information
#BDB363 (or 0xBDB363) is known color: Gimblet. HEX triplet: BD, B3 and 63. RGB value is (189,179,99). Sum of RGB (Red+Green+Blue) = 189+179+99=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 179 (70.31% from 255 or 38.33% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB363 is #424C9C. Grayscale: #ADADAD. Windows color (decimal): -4344989 or 6534077. OLE color: 6534077.
HSL color Cylindrical-coordinate representation of color #BDB363: hue angle of 53.33º 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 #BDB363 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 179 | 99 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.26 |
| HSL | 53.33º | 0.41% | 0.56% | - |
| HSV(B) | 53.33º | 0.48% | 0.74% | - |
| XYZ | 39.36 | 43.96 | 18.22 | - |
| YUV | 172.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 179 | 99 | 0 | 0.05 | 0.48 | 0.26 | 53.33 | 0.41 | 0.56 |
| Hex | BD | B3 | 63 | 0 | 5 | 30 | 1A | 35 | 29 | 38 |
| Octal | 275 | 263 | 143 | 0 | 5 | 60 | 32 | 65 | 51 | 70 |
| Binary | 10111101 | 10110011 | 1100011 | 0 | 101 | 110000 | 11010 | 110101 | 101001 | 111000 |
Color Harmonies of #BDB363
Complementary color
Monochromatic Colors of #BDB363
Black with #BDB363
Text Example
Text Example
White with #BDB363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB363; }
p { color: rgb(189,179,99); }
H1.HeaderClassName
{
color: #BDB363;
}
.AnyTagClassName
{
color: #BDB363;
}
</style>
background-color css
<style>
a { background-color: #BDB363; }
a { background-color: rgb(189,179,99); }
div.DivClassName
{
background-color: #BDB363;
}
.BgClassName
{
background-color: #BDB363;
}
</style>
border-color css
<style>
span { border-color: #BDB363; }
span { border-color: rgb(189,179,99); }
td.TdClassName
{
border-color: #BDB363;
}
.TagClassName
{
border-color: #BDB363;
}
</style>