Shades of Dark Goldenrod #B08200
Tints of Dark Goldenrod #B08200
RGB
CMYK
RGB Variations
Color information
#B08200 (or 0xB08200) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 00. RGB value is (176,130,0). Sum of RGB (Red+Green+Blue) = 176+130+0=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B08200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08200 is #4F7DFF. Grayscale: #818181. Windows color (decimal): -5209600 or 33456. OLE color: 33456.
HSL color Cylindrical-coordinate representation of color #B08200: hue angle of 44.32º 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 #B08200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.31 |
| HSL | 44.32º | 1% | 0.35% | - |
| HSV(B) | 44.32º | 1% | 0.69% | - |
| XYZ | 25.89 | 25.2 | 3.5 | - |
| YUV | 128.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 0 | 0 | 0.26 | 1 | 0.31 | 44.32 | 1 | 0.35 |
| Hex | B0 | 82 | 0 | 0 | 1A | 64 | 1F | 2C | 64 | 23 |
| Octal | 260 | 202 | 0 | 0 | 32 | 144 | 37 | 54 | 144 | 43 |
| Binary | 10110000 | 10000010 | 0 | 0 | 11010 | 1100100 | 11111 | 101100 | 1100100 | 100011 |
Color Harmonies of #B08200
Complementary color
Monochromatic Colors of #B08200
Black with #B08200
Text Example
Text Example
White with #B08200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08200; }
p { color: rgb(176,130,0); }
H1.HeaderClassName
{
color: #B08200;
}
.AnyTagClassName
{
color: #B08200;
}
</style>
background-color css
<style>
a { background-color: #B08200; }
a { background-color: rgb(176,130,0); }
div.DivClassName
{
background-color: #B08200;
}
.BgClassName
{
background-color: #B08200;
}
</style>
border-color css
<style>
span { border-color: #B08200; }
span { border-color: rgb(176,130,0); }
td.TdClassName
{
border-color: #B08200;
}
.TagClassName
{
border-color: #B08200;
}
</style>