Shades of Dark Goldenrod #B7831B
Tints of Dark Goldenrod #B7831B
RGB
CMYK
RGB Variations
Color information
#B7831B (or 0xB7831B) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 1B. RGB value is (183,131,27). Sum of RGB (Red+Green+Blue) = 183+131+27=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B7831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7831B is #487CE4. Grayscale: #878787. Windows color (decimal): -4750565 or 1803191. OLE color: 1803191.
HSL color Cylindrical-coordinate representation of color #B7831B: hue angle of 40º 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 #B7831B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 27 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.28 |
| HSL | 40º | 0.74% | 0.41% | - |
| HSV(B) | 40º | 0.85% | 0.72% | - |
| XYZ | 27.84 | 26.38 | 4.66 | - |
| YUV | 134.69 | 67.23 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 27 | 0 | 0.28 | 0.85 | 0.28 | 40 | 0.74 | 0.41 |
| Hex | B7 | 83 | 1B | 0 | 1C | 55 | 1C | 28 | 4A | 29 |
| Octal | 267 | 203 | 33 | 0 | 34 | 125 | 34 | 50 | 112 | 51 |
| Binary | 10110111 | 10000011 | 11011 | 0 | 11100 | 1010101 | 11100 | 101000 | 1001010 | 101001 |
Color Harmonies of #B7831B
Complementary color
Monochromatic Colors of #B7831B
Black with #B7831B
Text Example
Text Example
White with #B7831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7831B; }
p { color: rgb(183,131,27); }
H1.HeaderClassName
{
color: #B7831B;
}
.AnyTagClassName
{
color: #B7831B;
}
</style>
background-color css
<style>
a { background-color: #B7831B; }
a { background-color: rgb(183,131,27); }
div.DivClassName
{
background-color: #B7831B;
}
.BgClassName
{
background-color: #B7831B;
}
</style>
border-color css
<style>
span { border-color: #B7831B; }
span { border-color: rgb(183,131,27); }
td.TdClassName
{
border-color: #B7831B;
}
.TagClassName
{
border-color: #B7831B;
}
</style>