Shades of Dark Goldenrod #B7920D
Tints of Dark Goldenrod #B7920D
RGB
CMYK
RGB Variations
Color information
#B7920D (or 0xB7920D) is known color: Dark Goldenrod. HEX triplet: B7, 92 and 0D. RGB value is (183,146,13). Sum of RGB (Red+Green+Blue) = 183+146+13=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7920D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7920D is #486DF2. Grayscale: #8E8E8E. Windows color (decimal): -4746739 or 889527. OLE color: 889527.
HSL color Cylindrical-coordinate representation of color #B7920D: hue angle of 46.94º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7920D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.28 |
| HSL | 46.94º | 0.87% | 0.38% | - |
| HSV(B) | 46.94º | 0.93% | 0.72% | - |
| XYZ | 29.88 | 30.65 | 4.72 | - |
| YUV | 141.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 13 | 0 | 0.20 | 0.93 | 0.28 | 46.94 | 0.87 | 0.38 |
| Hex | B7 | 92 | D | 0 | 14 | 5D | 1C | 2F | 57 | 26 |
| Octal | 267 | 222 | 15 | 0 | 24 | 135 | 34 | 57 | 127 | 46 |
| Binary | 10110111 | 10010010 | 1101 | 0 | 10100 | 1011101 | 11100 | 101111 | 1010111 | 100110 |
Color Harmonies of #B7920D
Complementary color
Monochromatic Colors of #B7920D
Black with #B7920D
Text Example
Text Example
White with #B7920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7920D; }
p { color: rgb(183,146,13); }
H1.HeaderClassName
{
color: #B7920D;
}
.AnyTagClassName
{
color: #B7920D;
}
</style>
background-color css
<style>
a { background-color: #B7920D; }
a { background-color: rgb(183,146,13); }
div.DivClassName
{
background-color: #B7920D;
}
.BgClassName
{
background-color: #B7920D;
}
</style>
border-color css
<style>
span { border-color: #B7920D; }
span { border-color: rgb(183,146,13); }
td.TdClassName
{
border-color: #B7920D;
}
.TagClassName
{
border-color: #B7920D;
}
</style>