Shades of Dark Goldenrod #B4850A
Tints of Dark Goldenrod #B4850A
RGB
CMYK
RGB Variations
Color information
#B4850A (or 0xB4850A) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 0A. RGB value is (180,133,10). Sum of RGB (Red+Green+Blue) = 180+133+10=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4850A is #4B7AF5. Grayscale: #858585. Windows color (decimal): -4946678 or 689588. OLE color: 689588.
HSL color Cylindrical-coordinate representation of color #B4850A: hue angle of 43.41º 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 #B4850A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 10 | - |
| CMYK | 0 | 0.26 | 0.94 | 0.29 |
| HSL | 43.41º | 0.89% | 0.37% | - |
| HSV(B) | 43.41º | 0.94% | 0.71% | - |
| XYZ | 27.26 | 26.5 | 3.97 | - |
| YUV | 133.03 | 58.57 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 10 | 0 | 0.26 | 0.94 | 0.29 | 43.41 | 0.89 | 0.37 |
| Hex | B4 | 85 | A | 0 | 1A | 5E | 1D | 2B | 59 | 25 |
| Octal | 264 | 205 | 12 | 0 | 32 | 136 | 35 | 53 | 131 | 45 |
| Binary | 10110100 | 10000101 | 1010 | 0 | 11010 | 1011110 | 11101 | 101011 | 1011001 | 100101 |
Color Harmonies of #B4850A
Complementary color
Monochromatic Colors of #B4850A
Black with #B4850A
Text Example
Text Example
White with #B4850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4850A; }
p { color: rgb(180,133,10); }
H1.HeaderClassName
{
color: #B4850A;
}
.AnyTagClassName
{
color: #B4850A;
}
</style>
background-color css
<style>
a { background-color: #B4850A; }
a { background-color: rgb(180,133,10); }
div.DivClassName
{
background-color: #B4850A;
}
.BgClassName
{
background-color: #B4850A;
}
</style>
border-color css
<style>
span { border-color: #B4850A; }
span { border-color: rgb(180,133,10); }
td.TdClassName
{
border-color: #B4850A;
}
.TagClassName
{
border-color: #B4850A;
}
</style>