Shades of Dark Goldenrod #B7821D
Tints of Dark Goldenrod #B7821D
RGB
CMYK
RGB Variations
Color information
#B7821D (or 0xB7821D) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 1D. RGB value is (183,130,29). Sum of RGB (Red+Green+Blue) = 183+130+29=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7821D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7821D is #487DE2. Grayscale: #868686. Windows color (decimal): -4750819 or 1934007. OLE color: 1934007.
HSL color Cylindrical-coordinate representation of color #B7821D: hue angle of 39.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7821D is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 29 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.28 |
| HSL | 39.35º | 0.73% | 0.42% | - |
| HSV(B) | 39.35º | 0.84% | 0.72% | - |
| XYZ | 27.73 | 26.12 | 4.74 | - |
| YUV | 134.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 29 | 0 | 0.29 | 0.84 | 0.28 | 39.35 | 0.73 | 0.42 |
| Hex | B7 | 82 | 1D | 0 | 1D | 54 | 1C | 27 | 49 | 2A |
| Octal | 267 | 202 | 35 | 0 | 35 | 124 | 34 | 47 | 111 | 52 |
| Binary | 10110111 | 10000010 | 11101 | 0 | 11101 | 1010100 | 11100 | 100111 | 1001001 | 101010 |
Color Harmonies of #B7821D
Complementary color
Monochromatic Colors of #B7821D
Black with #B7821D
Text Example
Text Example
White with #B7821D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7821D; }
p { color: rgb(183,130,29); }
H1.HeaderClassName
{
color: #B7821D;
}
.AnyTagClassName
{
color: #B7821D;
}
</style>
background-color css
<style>
a { background-color: #B7821D; }
a { background-color: rgb(183,130,29); }
div.DivClassName
{
background-color: #B7821D;
}
.BgClassName
{
background-color: #B7821D;
}
</style>
border-color css
<style>
span { border-color: #B7821D; }
span { border-color: rgb(183,130,29); }
td.TdClassName
{
border-color: #B7821D;
}
.TagClassName
{
border-color: #B7821D;
}
</style>