Shades of Dark Goldenrod #B07E0F
Tints of Dark Goldenrod #B07E0F
RGB
CMYK
RGB Variations
Color information
#B07E0F (or 0xB07E0F) is known color: Dark Goldenrod. HEX triplet: B0, 7E and 0F. RGB value is (176,126,15). Sum of RGB (Red+Green+Blue) = 176+126+15=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E0F is #4F81F0. Grayscale: #808080. Windows color (decimal): -5210609 or 1015472. OLE color: 1015472.
HSL color Cylindrical-coordinate representation of color #B07E0F: hue angle of 41.37º 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 #B07E0F is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 126 | 15 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.31 |
| HSL | 41.37º | 0.84% | 0.37% | - |
| HSV(B) | 41.37º | 0.91% | 0.69% | - |
| XYZ | 25.45 | 24.19 | 3.78 | - |
| YUV | 128.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 126 | 15 | 0 | 0.28 | 0.91 | 0.31 | 41.37 | 0.84 | 0.37 |
| Hex | B0 | 7E | F | 0 | 1C | 5B | 1F | 29 | 54 | 25 |
| Octal | 260 | 176 | 17 | 0 | 34 | 133 | 37 | 51 | 124 | 45 |
| Binary | 10110000 | 1111110 | 1111 | 0 | 11100 | 1011011 | 11111 | 101001 | 1010100 | 100101 |
Color Harmonies of #B07E0F
Complementary color
Monochromatic Colors of #B07E0F
Black with #B07E0F
Text Example
Text Example
White with #B07E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07E0F; }
p { color: rgb(176,126,15); }
H1.HeaderClassName
{
color: #B07E0F;
}
.AnyTagClassName
{
color: #B07E0F;
}
</style>
background-color css
<style>
a { background-color: #B07E0F; }
a { background-color: rgb(176,126,15); }
div.DivClassName
{
background-color: #B07E0F;
}
.BgClassName
{
background-color: #B07E0F;
}
</style>
border-color css
<style>
span { border-color: #B07E0F; }
span { border-color: rgb(176,126,15); }
td.TdClassName
{
border-color: #B07E0F;
}
.TagClassName
{
border-color: #B07E0F;
}
</style>