Shades of Dark Goldenrod #B07412
Tints of Dark Goldenrod #B07412
RGB
CMYK
RGB Variations
Color information
#B07412 (or 0xB07412) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 12. RGB value is (176,116,18). Sum of RGB (Red+Green+Blue) = 176+116+18=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B07412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07412 is #4F8BED. Grayscale: #7B7B7B. Windows color (decimal): -5213166 or 1209520. OLE color: 1209520.
HSL color Cylindrical-coordinate representation of color #B07412: hue angle of 37.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B07412 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.31 |
| HSL | 37.22º | 0.81% | 0.38% | - |
| HSV(B) | 37.22º | 0.9% | 0.69% | - |
| XYZ | 24.26 | 21.76 | 3.49 | - |
| YUV | 122.77 | 68.88 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 18 | 0 | 0.34 | 0.90 | 0.31 | 37.22 | 0.81 | 0.38 |
| Hex | B0 | 74 | 12 | 0 | 22 | 5A | 1F | 25 | 51 | 26 |
| Octal | 260 | 164 | 22 | 0 | 42 | 132 | 37 | 45 | 121 | 46 |
| Binary | 10110000 | 1110100 | 10010 | 0 | 100010 | 1011010 | 11111 | 100101 | 1010001 | 100110 |
Color Harmonies of #B07412
Complementary color
Monochromatic Colors of #B07412
Black with #B07412
Text Example
Text Example
White with #B07412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07412; }
p { color: rgb(176,116,18); }
H1.HeaderClassName
{
color: #B07412;
}
.AnyTagClassName
{
color: #B07412;
}
</style>
background-color css
<style>
a { background-color: #B07412; }
a { background-color: rgb(176,116,18); }
div.DivClassName
{
background-color: #B07412;
}
.BgClassName
{
background-color: #B07412;
}
</style>
border-color css
<style>
span { border-color: #B07412; }
span { border-color: rgb(176,116,18); }
td.TdClassName
{
border-color: #B07412;
}
.TagClassName
{
border-color: #B07412;
}
</style>