Shades of Dark Goldenrod #B07700
Tints of Dark Goldenrod #B07700
RGB
CMYK
RGB Variations
Color information
#B07700 (or 0xB07700) is known color: Dark Goldenrod. HEX triplet: B0, 77 and 00. RGB value is (176,119,0). Sum of RGB (Red+Green+Blue) = 176+119+0=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B07700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07700 is #4F88FF. Grayscale: #7B7B7B. Windows color (decimal): -5212416 or 30640. OLE color: 30640.
HSL color Cylindrical-coordinate representation of color #B07700: hue angle of 40.57º 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 #B07700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.31 |
| HSL | 40.57º | 1% | 0.35% | - |
| HSV(B) | 40.57º | 1% | 0.69% | - |
| XYZ | 24.5 | 22.42 | 3.04 | - |
| YUV | 122.48 | 58.88 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 0 | 0 | 0.32 | 1 | 0.31 | 40.57 | 1 | 0.35 |
| Hex | B0 | 77 | 0 | 0 | 20 | 64 | 1F | 29 | 64 | 23 |
| Octal | 260 | 167 | 0 | 0 | 40 | 144 | 37 | 51 | 144 | 43 |
| Binary | 10110000 | 1110111 | 0 | 0 | 100000 | 1100100 | 11111 | 101001 | 1100100 | 100011 |
Color Harmonies of #B07700
Complementary color
Monochromatic Colors of #B07700
Black with #B07700
Text Example
Text Example
White with #B07700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07700; }
p { color: rgb(176,119,0); }
H1.HeaderClassName
{
color: #B07700;
}
.AnyTagClassName
{
color: #B07700;
}
</style>
background-color css
<style>
a { background-color: #B07700; }
a { background-color: rgb(176,119,0); }
div.DivClassName
{
background-color: #B07700;
}
.BgClassName
{
background-color: #B07700;
}
</style>
border-color css
<style>
span { border-color: #B07700; }
span { border-color: rgb(176,119,0); }
td.TdClassName
{
border-color: #B07700;
}
.TagClassName
{
border-color: #B07700;
}
</style>