Shades of Dark Goldenrod #B5820C
Tints of Dark Goldenrod #B5820C
RGB
CMYK
RGB Variations
Color information
#B5820C (or 0xB5820C) is known color: Dark Goldenrod. HEX triplet: B5, 82 and 0C. RGB value is (181,130,12). Sum of RGB (Red+Green+Blue) = 181+130+12=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 130 (51.17% from 255 or 40.25% from 323); Blue value is 12 (5.08% from 255 or 3.72% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5820C is #4A7DF3. Grayscale: #848484. Windows color (decimal): -4881908 or 819893. OLE color: 819893.
HSL color Cylindrical-coordinate representation of color #B5820C: hue angle of 41.89º 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 #B5820C is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 12 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.29 |
| HSL | 41.89º | 0.88% | 0.38% | - |
| HSV(B) | 41.89º | 0.93% | 0.71% | - |
| XYZ | 27.11 | 25.82 | 3.9 | - |
| YUV | 131.8 | 60.4 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 12 | 0 | 0.28 | 0.93 | 0.29 | 41.89 | 0.88 | 0.38 |
| Hex | B5 | 82 | C | 0 | 1C | 5D | 1D | 2A | 58 | 26 |
| Octal | 265 | 202 | 14 | 0 | 34 | 135 | 35 | 52 | 130 | 46 |
| Binary | 10110101 | 10000010 | 1100 | 0 | 11100 | 1011101 | 11101 | 101010 | 1011000 | 100110 |
Color Harmonies of #B5820C
Complementary color
Monochromatic Colors of #B5820C
Black with #B5820C
Text Example
Text Example
White with #B5820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5820C; }
p { color: rgb(181,130,12); }
H1.HeaderClassName
{
color: #B5820C;
}
.AnyTagClassName
{
color: #B5820C;
}
</style>
background-color css
<style>
a { background-color: #B5820C; }
a { background-color: rgb(181,130,12); }
div.DivClassName
{
background-color: #B5820C;
}
.BgClassName
{
background-color: #B5820C;
}
</style>
border-color css
<style>
span { border-color: #B5820C; }
span { border-color: rgb(181,130,12); }
td.TdClassName
{
border-color: #B5820C;
}
.TagClassName
{
border-color: #B5820C;
}
</style>