Shades of Dark Goldenrod #B07703
Tints of Dark Goldenrod #B07703
RGB
CMYK
RGB Variations
Color information
#B07703 (or 0xB07703) is known color: Dark Goldenrod. HEX triplet: B0, 77 and 03. RGB value is (176,119,3). Sum of RGB (Red+Green+Blue) = 176+119+3=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 3 (1.56% from 255 or 1.01% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B07703 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07703 is #4F88FC. Grayscale: #7B7B7B. Windows color (decimal): -5212413 or 227248. OLE color: 227248.
HSL color Cylindrical-coordinate representation of color #B07703: hue angle of 40.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B07703 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 3 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.31 |
| HSL | 40.23º | 0.97% | 0.35% | - |
| HSV(B) | 40.23º | 0.98% | 0.69% | - |
| XYZ | 24.52 | 22.43 | 3.12 | - |
| YUV | 122.82 | 60.38 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 3 | 0 | 0.32 | 0.98 | 0.31 | 40.23 | 0.97 | 0.35 |
| Hex | B0 | 77 | 3 | 0 | 20 | 62 | 1F | 28 | 61 | 23 |
| Octal | 260 | 167 | 3 | 0 | 40 | 142 | 37 | 50 | 141 | 43 |
| Binary | 10110000 | 1110111 | 11 | 0 | 100000 | 1100010 | 11111 | 101000 | 1100001 | 100011 |
Color Harmonies of #B07703
Complementary color
Monochromatic Colors of #B07703
Black with #B07703
Text Example
Text Example
White with #B07703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07703; }
p { color: rgb(176,119,3); }
H1.HeaderClassName
{
color: #B07703;
}
.AnyTagClassName
{
color: #B07703;
}
</style>
background-color css
<style>
a { background-color: #B07703; }
a { background-color: rgb(176,119,3); }
div.DivClassName
{
background-color: #B07703;
}
.BgClassName
{
background-color: #B07703;
}
</style>
border-color css
<style>
span { border-color: #B07703; }
span { border-color: rgb(176,119,3); }
td.TdClassName
{
border-color: #B07703;
}
.TagClassName
{
border-color: #B07703;
}
</style>