Shades of Dark Goldenrod #B48C0A
Tints of Dark Goldenrod #B48C0A
RGB
CMYK
RGB Variations
Color information
#B48C0A (or 0xB48C0A) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 0A. RGB value is (180,140,10). Sum of RGB (Red+Green+Blue) = 180+140+10=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C0A is #4B73F5. Grayscale: #898989. Windows color (decimal): -4944886 or 691380. OLE color: 691380.
HSL color Cylindrical-coordinate representation of color #B48C0A: hue angle of 45.88º 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 #B48C0A is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 10 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.29 |
| HSL | 45.88º | 0.89% | 0.37% | - |
| HSV(B) | 45.88º | 0.94% | 0.71% | - |
| XYZ | 28.26 | 28.48 | 4.3 | - |
| YUV | 137.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 10 | 0 | 0.22 | 0.94 | 0.29 | 45.88 | 0.89 | 0.37 |
| Hex | B4 | 8C | A | 0 | 16 | 5E | 1D | 2E | 59 | 25 |
| Octal | 264 | 214 | 12 | 0 | 26 | 136 | 35 | 56 | 131 | 45 |
| Binary | 10110100 | 10001100 | 1010 | 0 | 10110 | 1011110 | 11101 | 101110 | 1011001 | 100101 |
Color Harmonies of #B48C0A
Complementary color
Monochromatic Colors of #B48C0A
Black with #B48C0A
Text Example
Text Example
White with #B48C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C0A; }
p { color: rgb(180,140,10); }
H1.HeaderClassName
{
color: #B48C0A;
}
.AnyTagClassName
{
color: #B48C0A;
}
</style>
background-color css
<style>
a { background-color: #B48C0A; }
a { background-color: rgb(180,140,10); }
div.DivClassName
{
background-color: #B48C0A;
}
.BgClassName
{
background-color: #B48C0A;
}
</style>
border-color css
<style>
span { border-color: #B48C0A; }
span { border-color: rgb(180,140,10); }
td.TdClassName
{
border-color: #B48C0A;
}
.TagClassName
{
border-color: #B48C0A;
}
</style>