Shades of Dark Goldenrod #B0790F
Tints of Dark Goldenrod #B0790F
RGB
CMYK
RGB Variations
Color information
#B0790F (or 0xB0790F) is known color: Dark Goldenrod. HEX triplet: B0, 79 and 0F. RGB value is (176,121,15). Sum of RGB (Red+Green+Blue) = 176+121+15=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B0790F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0790F is #4F86F0. Grayscale: #7D7D7D. Windows color (decimal): -5211889 or 1014192. OLE color: 1014192.
HSL color Cylindrical-coordinate representation of color #B0790F: hue angle of 39.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0790F is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 15 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.31 |
| HSL | 39.5º | 0.84% | 0.37% | - |
| HSV(B) | 39.5º | 0.91% | 0.69% | - |
| XYZ | 24.83 | 22.94 | 3.57 | - |
| YUV | 125.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 15 | 0 | 0.31 | 0.91 | 0.31 | 39.5 | 0.84 | 0.37 |
| Hex | B0 | 79 | F | 0 | 1F | 5B | 1F | 28 | 54 | 25 |
| Octal | 260 | 171 | 17 | 0 | 37 | 133 | 37 | 50 | 124 | 45 |
| Binary | 10110000 | 1111001 | 1111 | 0 | 11111 | 1011011 | 11111 | 101000 | 1010100 | 100101 |
Color Harmonies of #B0790F
Complementary color
Monochromatic Colors of #B0790F
Black with #B0790F
Text Example
Text Example
White with #B0790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0790F; }
p { color: rgb(176,121,15); }
H1.HeaderClassName
{
color: #B0790F;
}
.AnyTagClassName
{
color: #B0790F;
}
</style>
background-color css
<style>
a { background-color: #B0790F; }
a { background-color: rgb(176,121,15); }
div.DivClassName
{
background-color: #B0790F;
}
.BgClassName
{
background-color: #B0790F;
}
</style>
border-color css
<style>
span { border-color: #B0790F; }
span { border-color: rgb(176,121,15); }
td.TdClassName
{
border-color: #B0790F;
}
.TagClassName
{
border-color: #B0790F;
}
</style>