Shades of Dark Goldenrod #B7900B
Tints of Dark Goldenrod #B7900B
RGB
CMYK
RGB Variations
Color information
#B7900B (or 0xB7900B) is known color: Dark Goldenrod. HEX triplet: B7, 90 and 0B. RGB value is (183,144,11). Sum of RGB (Red+Green+Blue) = 183+144+11=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B7900B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7900B is #486FF4. Grayscale: #8D8D8D. Windows color (decimal): -4747253 or 757943. OLE color: 757943.
HSL color Cylindrical-coordinate representation of color #B7900B: hue angle of 46.4º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7900B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.28 |
| HSL | 46.4º | 0.89% | 0.38% | - |
| HSV(B) | 46.4º | 0.94% | 0.72% | - |
| XYZ | 29.56 | 30.04 | 4.56 | - |
| YUV | 140.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 11 | 0 | 0.21 | 0.94 | 0.28 | 46.4 | 0.89 | 0.38 |
| Hex | B7 | 90 | B | 0 | 15 | 5E | 1C | 2E | 59 | 26 |
| Octal | 267 | 220 | 13 | 0 | 25 | 136 | 34 | 56 | 131 | 46 |
| Binary | 10110111 | 10010000 | 1011 | 0 | 10101 | 1011110 | 11100 | 101110 | 1011001 | 100110 |
Color Harmonies of #B7900B
Complementary color
Monochromatic Colors of #B7900B
Black with #B7900B
Text Example
Text Example
White with #B7900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7900B; }
p { color: rgb(183,144,11); }
H1.HeaderClassName
{
color: #B7900B;
}
.AnyTagClassName
{
color: #B7900B;
}
</style>
background-color css
<style>
a { background-color: #B7900B; }
a { background-color: rgb(183,144,11); }
div.DivClassName
{
background-color: #B7900B;
}
.BgClassName
{
background-color: #B7900B;
}
</style>
border-color css
<style>
span { border-color: #B7900B; }
span { border-color: rgb(183,144,11); }
td.TdClassName
{
border-color: #B7900B;
}
.TagClassName
{
border-color: #B7900B;
}
</style>