Shades of Dark Goldenrod #B7821B
Tints of Dark Goldenrod #B7821B
RGB
CMYK
RGB Variations
Color information
#B7821B (or 0xB7821B) is known color: Dark Goldenrod. HEX triplet: B7, 82 and 1B. RGB value is (183,130,27). Sum of RGB (Red+Green+Blue) = 183+130+27=340 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.82% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 183 - color contains mainly: red. Hex color #B7821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7821B is #487DE4. Grayscale: #868686. Windows color (decimal): -4750821 or 1802935. OLE color: 1802935.
HSL color Cylindrical-coordinate representation of color #B7821B: hue angle of 39.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7821B is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 27 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.28 |
| HSL | 39.62º | 0.74% | 0.41% | - |
| HSV(B) | 39.62º | 0.85% | 0.72% | - |
| XYZ | 27.71 | 26.11 | 4.62 | - |
| YUV | 134.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 27 | 0 | 0.29 | 0.85 | 0.28 | 39.62 | 0.74 | 0.41 |
| Hex | B7 | 82 | 1B | 0 | 1D | 55 | 1C | 28 | 4A | 29 |
| Octal | 267 | 202 | 33 | 0 | 35 | 125 | 34 | 50 | 112 | 51 |
| Binary | 10110111 | 10000010 | 11011 | 0 | 11101 | 1010101 | 11100 | 101000 | 1001010 | 101001 |
Color Harmonies of #B7821B
Complementary color
Monochromatic Colors of #B7821B
Black with #B7821B
Text Example
Text Example
White with #B7821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7821B; }
p { color: rgb(183,130,27); }
H1.HeaderClassName
{
color: #B7821B;
}
.AnyTagClassName
{
color: #B7821B;
}
</style>
background-color css
<style>
a { background-color: #B7821B; }
a { background-color: rgb(183,130,27); }
div.DivClassName
{
background-color: #B7821B;
}
.BgClassName
{
background-color: #B7821B;
}
</style>
border-color css
<style>
span { border-color: #B7821B; }
span { border-color: rgb(183,130,27); }
td.TdClassName
{
border-color: #B7821B;
}
.TagClassName
{
border-color: #B7821B;
}
</style>