Shades of Dark Goldenrod #B4820C
Tints of Dark Goldenrod #B4820C
RGB
CMYK
RGB Variations
Color information
#B4820C (or 0xB4820C) is known color: Dark Goldenrod. HEX triplet: B4, 82 and 0C. RGB value is (180,130,12). Sum of RGB (Red+Green+Blue) = 180+130+12=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4820C is #4B7DF3. Grayscale: #848484. Windows color (decimal): -4947444 or 819892. OLE color: 819892.
HSL color Cylindrical-coordinate representation of color #B4820C: hue angle of 42.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4820C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 130 | 12 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.29 |
| HSL | 42.14º | 0.88% | 0.38% | - |
| HSV(B) | 42.14º | 0.93% | 0.71% | - |
| XYZ | 26.87 | 25.7 | 3.89 | - |
| YUV | 131.5 | 60.57 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 130 | 12 | 0 | 0.28 | 0.93 | 0.29 | 42.14 | 0.88 | 0.38 |
| Hex | B4 | 82 | C | 0 | 1C | 5D | 1D | 2A | 58 | 26 |
| Octal | 264 | 202 | 14 | 0 | 34 | 135 | 35 | 52 | 130 | 46 |
| Binary | 10110100 | 10000010 | 1100 | 0 | 11100 | 1011101 | 11101 | 101010 | 1011000 | 100110 |
Color Harmonies of #B4820C
Complementary color
Monochromatic Colors of #B4820C
Black with #B4820C
Text Example
Text Example
White with #B4820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4820C; }
p { color: rgb(180,130,12); }
H1.HeaderClassName
{
color: #B4820C;
}
.AnyTagClassName
{
color: #B4820C;
}
</style>
background-color css
<style>
a { background-color: #B4820C; }
a { background-color: rgb(180,130,12); }
div.DivClassName
{
background-color: #B4820C;
}
.BgClassName
{
background-color: #B4820C;
}
</style>
border-color css
<style>
span { border-color: #B4820C; }
span { border-color: rgb(180,130,12); }
td.TdClassName
{
border-color: #B4820C;
}
.TagClassName
{
border-color: #B4820C;
}
</style>