Shades of Dark Goldenrod #B46C0A
Tints of Dark Goldenrod #B46C0A
RGB
CMYK
RGB Variations
Color information
#B46C0A (or 0xB46C0A) is known color: Dark Goldenrod. HEX triplet: B4, 6C and 0A. RGB value is (180,108,10). Sum of RGB (Red+Green+Blue) = 180+108+10=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46C0A is #4B93F5. Grayscale: #767676. Windows color (decimal): -4953078 or 683188. OLE color: 683188.
HSL color Cylindrical-coordinate representation of color #B46C0A: hue angle of 34.59º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B46C0A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 108 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.29 |
| HSL | 34.59º | 0.89% | 0.37% | - |
| HSV(B) | 34.59º | 0.94% | 0.71% | - |
| XYZ | 24.24 | 20.45 | 2.96 | - |
| YUV | 118.36 | 66.85 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 10 | 0 | 0.40 | 0.94 | 0.29 | 34.59 | 0.89 | 0.37 |
| Hex | B4 | 6C | A | 0 | 28 | 5E | 1D | 23 | 59 | 25 |
| Octal | 264 | 154 | 12 | 0 | 50 | 136 | 35 | 43 | 131 | 45 |
| Binary | 10110100 | 1101100 | 1010 | 0 | 101000 | 1011110 | 11101 | 100011 | 1011001 | 100101 |
Color Harmonies of #B46C0A
Complementary color
Monochromatic Colors of #B46C0A
Black with #B46C0A
Text Example
Text Example
White with #B46C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46C0A; }
p { color: rgb(180,108,10); }
H1.HeaderClassName
{
color: #B46C0A;
}
.AnyTagClassName
{
color: #B46C0A;
}
</style>
background-color css
<style>
a { background-color: #B46C0A; }
a { background-color: rgb(180,108,10); }
div.DivClassName
{
background-color: #B46C0A;
}
.BgClassName
{
background-color: #B46C0A;
}
</style>
border-color css
<style>
span { border-color: #B46C0A; }
span { border-color: rgb(180,108,10); }
td.TdClassName
{
border-color: #B46C0A;
}
.TagClassName
{
border-color: #B46C0A;
}
</style>