Shades of Dark Goldenrod #B6820C
Tints of Dark Goldenrod #B6820C
RGB
CMYK
RGB Variations
Color information
#B6820C (or 0xB6820C) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 0C. RGB value is (182,130,12). Sum of RGB (Red+Green+Blue) = 182+130+12=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B6820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6820C is #497DF3. Grayscale: #848484. Windows color (decimal): -4816372 or 819894. OLE color: 819894.
HSL color Cylindrical-coordinate representation of color #B6820C: hue angle of 41.65º 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 #B6820C is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 12 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.29 |
| HSL | 41.65º | 0.88% | 0.38% | - |
| HSV(B) | 41.65º | 0.93% | 0.71% | - |
| XYZ | 27.34 | 25.94 | 3.91 | - |
| YUV | 132.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 12 | 0 | 0.29 | 0.93 | 0.29 | 41.65 | 0.88 | 0.38 |
| Hex | B6 | 82 | C | 0 | 1D | 5D | 1D | 2A | 58 | 26 |
| Octal | 266 | 202 | 14 | 0 | 35 | 135 | 35 | 52 | 130 | 46 |
| Binary | 10110110 | 10000010 | 1100 | 0 | 11101 | 1011101 | 11101 | 101010 | 1011000 | 100110 |
Color Harmonies of #B6820C
Complementary color
Monochromatic Colors of #B6820C
Black with #B6820C
Text Example
Text Example
White with #B6820C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6820C; }
p { color: rgb(182,130,12); }
H1.HeaderClassName
{
color: #B6820C;
}
.AnyTagClassName
{
color: #B6820C;
}
</style>
background-color css
<style>
a { background-color: #B6820C; }
a { background-color: rgb(182,130,12); }
div.DivClassName
{
background-color: #B6820C;
}
.BgClassName
{
background-color: #B6820C;
}
</style>
border-color css
<style>
span { border-color: #B6820C; }
span { border-color: rgb(182,130,12); }
td.TdClassName
{
border-color: #B6820C;
}
.TagClassName
{
border-color: #B6820C;
}
</style>