Shades of Dark Goldenrod #B07800
Tints of Dark Goldenrod #B07800
RGB
CMYK
RGB Variations
Color information
#B07800 (or 0xB07800) is known color: Dark Goldenrod. HEX triplet: B0, 78 and 00. RGB value is (176,120,0). Sum of RGB (Red+Green+Blue) = 176+120+0=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B07800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07800 is #4F87FF. Grayscale: #7B7B7B. Windows color (decimal): -5212160 or 30896. OLE color: 30896.
HSL color Cylindrical-coordinate representation of color #B07800: hue angle of 40.91º 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 #B07800 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.31 |
| HSL | 40.91º | 1% | 0.35% | - |
| HSV(B) | 40.91º | 1% | 0.69% | - |
| XYZ | 24.62 | 22.66 | 3.08 | - |
| YUV | 123.06 | 58.55 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 0 | 0 | 0.32 | 1 | 0.31 | 40.91 | 1 | 0.35 |
| Hex | B0 | 78 | 0 | 0 | 20 | 64 | 1F | 29 | 64 | 23 |
| Octal | 260 | 170 | 0 | 0 | 40 | 144 | 37 | 51 | 144 | 43 |
| Binary | 10110000 | 1111000 | 0 | 0 | 100000 | 1100100 | 11111 | 101001 | 1100100 | 100011 |
Color Harmonies of #B07800
Complementary color
Monochromatic Colors of #B07800
Black with #B07800
Text Example
Text Example
White with #B07800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07800; }
p { color: rgb(176,120,0); }
H1.HeaderClassName
{
color: #B07800;
}
.AnyTagClassName
{
color: #B07800;
}
</style>
background-color css
<style>
a { background-color: #B07800; }
a { background-color: rgb(176,120,0); }
div.DivClassName
{
background-color: #B07800;
}
.BgClassName
{
background-color: #B07800;
}
</style>
border-color css
<style>
span { border-color: #B07800; }
span { border-color: rgb(176,120,0); }
td.TdClassName
{
border-color: #B07800;
}
.TagClassName
{
border-color: #B07800;
}
</style>