Shades of Dark Goldenrod #B7831C
Tints of Dark Goldenrod #B7831C
RGB
CMYK
RGB Variations
Color information
#B7831C (or 0xB7831C) is known color: Dark Goldenrod. HEX triplet: B7, 83 and 1C. RGB value is (183,131,28). Sum of RGB (Red+Green+Blue) = 183+131+28=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7831C is #487CE3. Grayscale: #878787. Windows color (decimal): -4750564 or 1868727. OLE color: 1868727.
HSL color Cylindrical-coordinate representation of color #B7831C: hue angle of 39.87º degrees, saturation: 0.73, 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 #B7831C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.28 |
| HSL | 39.87º | 0.73% | 0.41% | - |
| HSV(B) | 39.87º | 0.85% | 0.72% | - |
| XYZ | 27.85 | 26.38 | 4.72 | - |
| YUV | 134.81 | 67.73 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 28 | 0 | 0.28 | 0.85 | 0.28 | 39.87 | 0.73 | 0.41 |
| Hex | B7 | 83 | 1C | 0 | 1C | 55 | 1C | 28 | 49 | 29 |
| Octal | 267 | 203 | 34 | 0 | 34 | 125 | 34 | 50 | 111 | 51 |
| Binary | 10110111 | 10000011 | 11100 | 0 | 11100 | 1010101 | 11100 | 101000 | 1001001 | 101001 |
Color Harmonies of #B7831C
Complementary color
Monochromatic Colors of #B7831C
Black with #B7831C
Text Example
Text Example
White with #B7831C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7831C; }
p { color: rgb(183,131,28); }
H1.HeaderClassName
{
color: #B7831C;
}
.AnyTagClassName
{
color: #B7831C;
}
</style>
background-color css
<style>
a { background-color: #B7831C; }
a { background-color: rgb(183,131,28); }
div.DivClassName
{
background-color: #B7831C;
}
.BgClassName
{
background-color: #B7831C;
}
</style>
border-color css
<style>
span { border-color: #B7831C; }
span { border-color: rgb(183,131,28); }
td.TdClassName
{
border-color: #B7831C;
}
.TagClassName
{
border-color: #B7831C;
}
</style>