Shades of Dark Goldenrod #B07400
Tints of Dark Goldenrod #B07400
RGB
CMYK
RGB Variations
Color information
#B07400 (or 0xB07400) is known color: Dark Goldenrod. HEX triplet: B0, 74 and 00. RGB value is (176,116,0). Sum of RGB (Red+Green+Blue) = 176+116+0=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B07400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07400 is #4F8BFF. Grayscale: #797979. Windows color (decimal): -5213184 or 29872. OLE color: 29872.
HSL color Cylindrical-coordinate representation of color #B07400: hue angle of 39.55º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07400 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 116 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.31 |
| HSL | 39.55º | 1% | 0.35% | - |
| HSV(B) | 39.55º | 1% | 0.69% | - |
| XYZ | 24.15 | 21.72 | 2.92 | - |
| YUV | 120.72 | 59.88 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 0 | 0 | 0.34 | 1 | 0.31 | 39.55 | 1 | 0.35 |
| Hex | B0 | 74 | 0 | 0 | 22 | 64 | 1F | 28 | 64 | 23 |
| Octal | 260 | 164 | 0 | 0 | 42 | 144 | 37 | 50 | 144 | 43 |
| Binary | 10110000 | 1110100 | 0 | 0 | 100010 | 1100100 | 11111 | 101000 | 1100100 | 100011 |
Color Harmonies of #B07400
Complementary color
Monochromatic Colors of #B07400
Black with #B07400
Text Example
Text Example
White with #B07400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07400; }
p { color: rgb(176,116,0); }
H1.HeaderClassName
{
color: #B07400;
}
.AnyTagClassName
{
color: #B07400;
}
</style>
background-color css
<style>
a { background-color: #B07400; }
a { background-color: rgb(176,116,0); }
div.DivClassName
{
background-color: #B07400;
}
.BgClassName
{
background-color: #B07400;
}
</style>
border-color css
<style>
span { border-color: #B07400; }
span { border-color: rgb(176,116,0); }
td.TdClassName
{
border-color: #B07400;
}
.TagClassName
{
border-color: #B07400;
}
</style>