Shades of Dark Goldenrod #B0830D
Tints of Dark Goldenrod #B0830D
RGB
CMYK
RGB Variations
Color information
#B0830D (or 0xB0830D) is known color: Dark Goldenrod. HEX triplet: B0, 83 and 0D. RGB value is (176,131,13). Sum of RGB (Red+Green+Blue) = 176+131+13=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0830D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0830D is #4F7CF2. Grayscale: #838383. Windows color (decimal): -5209331 or 885680. OLE color: 885680.
HSL color Cylindrical-coordinate representation of color #B0830D: hue angle of 43.44º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0830D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.31 |
| HSL | 43.44º | 0.86% | 0.37% | - |
| HSV(B) | 43.44º | 0.93% | 0.69% | - |
| XYZ | 26.09 | 25.49 | 3.93 | - |
| YUV | 131 | 61.41 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 13 | 0 | 0.26 | 0.93 | 0.31 | 43.44 | 0.86 | 0.37 |
| Hex | B0 | 83 | D | 0 | 1A | 5D | 1F | 2B | 56 | 25 |
| Octal | 260 | 203 | 15 | 0 | 32 | 135 | 37 | 53 | 126 | 45 |
| Binary | 10110000 | 10000011 | 1101 | 0 | 11010 | 1011101 | 11111 | 101011 | 1010110 | 100101 |
Color Harmonies of #B0830D
Complementary color
Monochromatic Colors of #B0830D
Black with #B0830D
Text Example
Text Example
White with #B0830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0830D; }
p { color: rgb(176,131,13); }
H1.HeaderClassName
{
color: #B0830D;
}
.AnyTagClassName
{
color: #B0830D;
}
</style>
background-color css
<style>
a { background-color: #B0830D; }
a { background-color: rgb(176,131,13); }
div.DivClassName
{
background-color: #B0830D;
}
.BgClassName
{
background-color: #B0830D;
}
</style>
border-color css
<style>
span { border-color: #B0830D; }
span { border-color: rgb(176,131,13); }
td.TdClassName
{
border-color: #B0830D;
}
.TagClassName
{
border-color: #B0830D;
}
</style>