Shades of Dark Goldenrod #B7841B
Tints of Dark Goldenrod #B7841B
RGB
CMYK
RGB Variations
Color information
#B7841B (or 0xB7841B) is known color: Dark Goldenrod. HEX triplet: B7, 84 and 1B. RGB value is (183,132,27). Sum of RGB (Red+Green+Blue) = 183+132+27=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7841B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7841B is #487BE4. Grayscale: #878787. Windows color (decimal): -4750309 or 1803447. OLE color: 1803447.
HSL color Cylindrical-coordinate representation of color #B7841B: hue angle of 40.38º 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 #B7841B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 27 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.28 |
| HSL | 40.38º | 0.74% | 0.41% | - |
| HSV(B) | 40.38º | 0.85% | 0.72% | - |
| XYZ | 27.98 | 26.65 | 4.71 | - |
| YUV | 135.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 27 | 0 | 0.28 | 0.85 | 0.28 | 40.38 | 0.74 | 0.41 |
| Hex | B7 | 84 | 1B | 0 | 1C | 55 | 1C | 28 | 4A | 29 |
| Octal | 267 | 204 | 33 | 0 | 34 | 125 | 34 | 50 | 112 | 51 |
| Binary | 10110111 | 10000100 | 11011 | 0 | 11100 | 1010101 | 11100 | 101000 | 1001010 | 101001 |
Color Harmonies of #B7841B
Complementary color
Monochromatic Colors of #B7841B
Black with #B7841B
Text Example
Text Example
White with #B7841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7841B; }
p { color: rgb(183,132,27); }
H1.HeaderClassName
{
color: #B7841B;
}
.AnyTagClassName
{
color: #B7841B;
}
</style>
background-color css
<style>
a { background-color: #B7841B; }
a { background-color: rgb(183,132,27); }
div.DivClassName
{
background-color: #B7841B;
}
.BgClassName
{
background-color: #B7841B;
}
</style>
border-color css
<style>
span { border-color: #B7841B; }
span { border-color: rgb(183,132,27); }
td.TdClassName
{
border-color: #B7841B;
}
.TagClassName
{
border-color: #B7841B;
}
</style>