Shades of Dark Goldenrod #B5830B
Tints of Dark Goldenrod #B5830B
RGB
CMYK
RGB Variations
Color information
#B5830B (or 0xB5830B) is known color: Dark Goldenrod. HEX triplet: B5, 83 and 0B. RGB value is (181,131,11). Sum of RGB (Red+Green+Blue) = 181+131+11=323 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.04% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 181 - color contains mainly: red. Hex color #B5830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5830B is #4A7CF4. Grayscale: #848484. Windows color (decimal): -4881653 or 754613. OLE color: 754613.
HSL color Cylindrical-coordinate representation of color #B5830B: hue angle of 42.35º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5830B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 131 | 11 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.29 |
| HSL | 42.35º | 0.89% | 0.38% | - |
| HSV(B) | 42.35º | 0.94% | 0.71% | - |
| XYZ | 27.23 | 26.08 | 3.92 | - |
| YUV | 132.27 | 59.57 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 131 | 11 | 0 | 0.28 | 0.94 | 0.29 | 42.35 | 0.89 | 0.38 |
| Hex | B5 | 83 | B | 0 | 1C | 5E | 1D | 2A | 59 | 26 |
| Octal | 265 | 203 | 13 | 0 | 34 | 136 | 35 | 52 | 131 | 46 |
| Binary | 10110101 | 10000011 | 1011 | 0 | 11100 | 1011110 | 11101 | 101010 | 1011001 | 100110 |
Color Harmonies of #B5830B
Complementary color
Monochromatic Colors of #B5830B
Black with #B5830B
Text Example
Text Example
White with #B5830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5830B; }
p { color: rgb(181,131,11); }
H1.HeaderClassName
{
color: #B5830B;
}
.AnyTagClassName
{
color: #B5830B;
}
</style>
background-color css
<style>
a { background-color: #B5830B; }
a { background-color: rgb(181,131,11); }
div.DivClassName
{
background-color: #B5830B;
}
.BgClassName
{
background-color: #B5830B;
}
</style>
border-color css
<style>
span { border-color: #B5830B; }
span { border-color: rgb(181,131,11); }
td.TdClassName
{
border-color: #B5830B;
}
.TagClassName
{
border-color: #B5830B;
}
</style>