Shades of Gimblet #BDA867
Tints of Gimblet #BDA867
RGB
CMYK
RGB Variations
Color information
#BDA867 (or 0xBDA867) is known color: Gimblet. HEX triplet: BD, A8 and 67. RGB value is (189,168,103). Sum of RGB (Red+Green+Blue) = 189+168+103=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA867 is #425798. Grayscale: #A7A7A7. Windows color (decimal): -4347801 or 6793405. OLE color: 6793405.
HSL color Cylindrical-coordinate representation of color #BDA867: hue angle of 45.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BDA867 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 103 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.26 |
| HSL | 45.35º | 0.39% | 0.57% | - |
| HSV(B) | 45.35º | 0.46% | 0.74% | - |
| XYZ | 37.44 | 39.8 | 18.54 | - |
| YUV | 166.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 103 | 0 | 0.11 | 0.46 | 0.26 | 45.35 | 0.39 | 0.57 |
| Hex | BD | A8 | 67 | 0 | B | 2E | 1A | 2D | 27 | 39 |
| Octal | 275 | 250 | 147 | 0 | 13 | 56 | 32 | 55 | 47 | 71 |
| Binary | 10111101 | 10101000 | 1100111 | 0 | 1011 | 101110 | 11010 | 101101 | 100111 | 111001 |
Color Harmonies of #BDA867
Complementary color
Monochromatic Colors of #BDA867
Black with #BDA867
Text Example
Text Example
White with #BDA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA867; }
p { color: rgb(189,168,103); }
H1.HeaderClassName
{
color: #BDA867;
}
.AnyTagClassName
{
color: #BDA867;
}
</style>
background-color css
<style>
a { background-color: #BDA867; }
a { background-color: rgb(189,168,103); }
div.DivClassName
{
background-color: #BDA867;
}
.BgClassName
{
background-color: #BDA867;
}
</style>
border-color css
<style>
span { border-color: #BDA867; }
span { border-color: rgb(189,168,103); }
td.TdClassName
{
border-color: #BDA867;
}
.TagClassName
{
border-color: #BDA867;
}
</style>