Shades of Dark Goldenrod #B6821D
Tints of Dark Goldenrod #B6821D
RGB
CMYK
RGB Variations
Color information
#B6821D (or 0xB6821D) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 1D. RGB value is (182,130,29). Sum of RGB (Red+Green+Blue) = 182+130+29=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6821D is #497DE2. Grayscale: #868686. Windows color (decimal): -4816355 or 1934006. OLE color: 1934006.
HSL color Cylindrical-coordinate representation of color #B6821D: hue angle of 39.61º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6821D is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 29 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.29 |
| HSL | 39.61º | 0.73% | 0.41% | - |
| HSV(B) | 39.61º | 0.84% | 0.71% | - |
| XYZ | 27.5 | 26 | 4.73 | - |
| YUV | 134.03 | 68.73 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 29 | 0 | 0.29 | 0.84 | 0.29 | 39.61 | 0.73 | 0.41 |
| Hex | B6 | 82 | 1D | 0 | 1D | 54 | 1D | 28 | 49 | 29 |
| Octal | 266 | 202 | 35 | 0 | 35 | 124 | 35 | 50 | 111 | 51 |
| Binary | 10110110 | 10000010 | 11101 | 0 | 11101 | 1010100 | 11101 | 101000 | 1001001 | 101001 |
Color Harmonies of #B6821D
Complementary color
Monochromatic Colors of #B6821D
Black with #B6821D
Text Example
Text Example
White with #B6821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6821D; }
p { color: rgb(182,130,29); }
H1.HeaderClassName
{
color: #B6821D;
}
.AnyTagClassName
{
color: #B6821D;
}
</style>
background-color css
<style>
a { background-color: #B6821D; }
a { background-color: rgb(182,130,29); }
div.DivClassName
{
background-color: #B6821D;
}
.BgClassName
{
background-color: #B6821D;
}
</style>
border-color css
<style>
span { border-color: #B6821D; }
span { border-color: rgb(182,130,29); }
td.TdClassName
{
border-color: #B6821D;
}
.TagClassName
{
border-color: #B6821D;
}
</style>