Shades of Dark Goldenrod #B6821C
Tints of Dark Goldenrod #B6821C
RGB
CMYK
RGB Variations
Color information
#B6821C (or 0xB6821C) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 1C. RGB value is (182,130,28). Sum of RGB (Red+Green+Blue) = 182+130+28=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 28 (11.33% from 255 or 8.24% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B6821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6821C is #497DE3. Grayscale: #868686. Windows color (decimal): -4816356 or 1868470. OLE color: 1868470.
HSL color Cylindrical-coordinate representation of color #B6821C: hue angle of 39.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6821C is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 28 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.29 |
| HSL | 39.74º | 0.73% | 0.41% | - |
| HSV(B) | 39.74º | 0.85% | 0.71% | - |
| XYZ | 27.48 | 25.99 | 4.67 | - |
| YUV | 133.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 28 | 0 | 0.29 | 0.85 | 0.29 | 39.74 | 0.73 | 0.41 |
| Hex | B6 | 82 | 1C | 0 | 1D | 55 | 1D | 28 | 49 | 29 |
| Octal | 266 | 202 | 34 | 0 | 35 | 125 | 35 | 50 | 111 | 51 |
| Binary | 10110110 | 10000010 | 11100 | 0 | 11101 | 1010101 | 11101 | 101000 | 1001001 | 101001 |
Color Harmonies of #B6821C
Complementary color
Monochromatic Colors of #B6821C
Black with #B6821C
Text Example
Text Example
White with #B6821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6821C; }
p { color: rgb(182,130,28); }
H1.HeaderClassName
{
color: #B6821C;
}
.AnyTagClassName
{
color: #B6821C;
}
</style>
background-color css
<style>
a { background-color: #B6821C; }
a { background-color: rgb(182,130,28); }
div.DivClassName
{
background-color: #B6821C;
}
.BgClassName
{
background-color: #B6821C;
}
</style>
border-color css
<style>
span { border-color: #B6821C; }
span { border-color: rgb(182,130,28); }
td.TdClassName
{
border-color: #B6821C;
}
.TagClassName
{
border-color: #B6821C;
}
</style>