Shades of Dark Goldenrod #B9831B
Tints of Dark Goldenrod #B9831B
RGB
CMYK
RGB Variations
Color information
#B9831B (or 0xB9831B) is known color: Dark Goldenrod. HEX triplet: B9, 83 and 1B. RGB value is (185,131,27). Sum of RGB (Red+Green+Blue) = 185+131+27=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9831B is #467CE4. Grayscale: #878787. Windows color (decimal): -4619493 or 1803193. OLE color: 1803193.
HSL color Cylindrical-coordinate representation of color #B9831B: hue angle of 39.49º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9831B is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 131 | 27 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.27 |
| HSL | 39.49º | 0.75% | 0.42% | - |
| HSV(B) | 39.49º | 0.85% | 0.73% | - |
| XYZ | 28.32 | 26.63 | 4.68 | - |
| YUV | 135.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 131 | 27 | 0 | 0.29 | 0.85 | 0.27 | 39.49 | 0.75 | 0.42 |
| Hex | B9 | 83 | 1B | 0 | 1D | 55 | 1B | 27 | 4B | 2A |
| Octal | 271 | 203 | 33 | 0 | 35 | 125 | 33 | 47 | 113 | 52 |
| Binary | 10111001 | 10000011 | 11011 | 0 | 11101 | 1010101 | 11011 | 100111 | 1001011 | 101010 |
Color Harmonies of #B9831B
Complementary color
Monochromatic Colors of #B9831B
Black with #B9831B
Text Example
Text Example
White with #B9831B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9831B; }
p { color: rgb(185,131,27); }
H1.HeaderClassName
{
color: #B9831B;
}
.AnyTagClassName
{
color: #B9831B;
}
</style>
background-color css
<style>
a { background-color: #B9831B; }
a { background-color: rgb(185,131,27); }
div.DivClassName
{
background-color: #B9831B;
}
.BgClassName
{
background-color: #B9831B;
}
</style>
border-color css
<style>
span { border-color: #B9831B; }
span { border-color: rgb(185,131,27); }
td.TdClassName
{
border-color: #B9831B;
}
.TagClassName
{
border-color: #B9831B;
}
</style>