Shades of Dark Goldenrod #B8790B
Tints of Dark Goldenrod #B8790B
RGB
CMYK
RGB Variations
Color information
#B8790B (or 0xB8790B) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 0B. RGB value is (184,121,11). Sum of RGB (Red+Green+Blue) = 184+121+11=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B8790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8790B is #4786F4. Grayscale: #7F7F7F. Windows color (decimal): -4687605 or 752056. OLE color: 752056.
HSL color Cylindrical-coordinate representation of color #B8790B: hue angle of 38.15º 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 #B8790B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.28 |
| HSL | 38.15º | 0.89% | 0.38% | - |
| HSV(B) | 38.15º | 0.94% | 0.72% | - |
| XYZ | 26.66 | 23.89 | 3.52 | - |
| YUV | 127.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 11 | 0 | 0.34 | 0.94 | 0.28 | 38.15 | 0.89 | 0.38 |
| Hex | B8 | 79 | B | 0 | 22 | 5E | 1C | 26 | 59 | 26 |
| Octal | 270 | 171 | 13 | 0 | 42 | 136 | 34 | 46 | 131 | 46 |
| Binary | 10111000 | 1111001 | 1011 | 0 | 100010 | 1011110 | 11100 | 100110 | 1011001 | 100110 |
Color Harmonies of #B8790B
Complementary color
Monochromatic Colors of #B8790B
Black with #B8790B
Text Example
Text Example
White with #B8790B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8790B; }
p { color: rgb(184,121,11); }
H1.HeaderClassName
{
color: #B8790B;
}
.AnyTagClassName
{
color: #B8790B;
}
</style>
background-color css
<style>
a { background-color: #B8790B; }
a { background-color: rgb(184,121,11); }
div.DivClassName
{
background-color: #B8790B;
}
.BgClassName
{
background-color: #B8790B;
}
</style>
border-color css
<style>
span { border-color: #B8790B; }
span { border-color: rgb(184,121,11); }
td.TdClassName
{
border-color: #B8790B;
}
.TagClassName
{
border-color: #B8790B;
}
</style>