Shades of Dark Goldenrod #B08400
Tints of Dark Goldenrod #B08400
RGB
CMYK
RGB Variations
Color information
#B08400 (or 0xB08400) is known color: Dark Goldenrod. HEX triplet: B0, 84 and 00. RGB value is (176,132,0). Sum of RGB (Red+Green+Blue) = 176+132+0=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B08400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08400 is #4F7BFF. Grayscale: #828282. Windows color (decimal): -5209088 or 33968. OLE color: 33968.
HSL color Cylindrical-coordinate representation of color #B08400: hue angle of 45º 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 #B08400 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 132 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.31 |
| HSL | 45º | 1% | 0.35% | - |
| HSV(B) | 45º | 1% | 0.69% | - |
| XYZ | 26.16 | 25.73 | 3.59 | - |
| YUV | 130.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 132 | 0 | 0 | 0.25 | 1 | 0.31 | 45 | 1 | 0.35 |
| Hex | B0 | 84 | 0 | 0 | 19 | 64 | 1F | 2D | 64 | 23 |
| Octal | 260 | 204 | 0 | 0 | 31 | 144 | 37 | 55 | 144 | 43 |
| Binary | 10110000 | 10000100 | 0 | 0 | 11001 | 1100100 | 11111 | 101101 | 1100100 | 100011 |
Color Harmonies of #B08400
Complementary color
Monochromatic Colors of #B08400
Black with #B08400
Text Example
Text Example
White with #B08400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08400; }
p { color: rgb(176,132,0); }
H1.HeaderClassName
{
color: #B08400;
}
.AnyTagClassName
{
color: #B08400;
}
</style>
background-color css
<style>
a { background-color: #B08400; }
a { background-color: rgb(176,132,0); }
div.DivClassName
{
background-color: #B08400;
}
.BgClassName
{
background-color: #B08400;
}
</style>
border-color css
<style>
span { border-color: #B08400; }
span { border-color: rgb(176,132,0); }
td.TdClassName
{
border-color: #B08400;
}
.TagClassName
{
border-color: #B08400;
}
</style>