Shades of Dark Goldenrod #B9841C
Tints of Dark Goldenrod #B9841C
RGB
CMYK
RGB Variations
Color information
#B9841C (or 0xB9841C) is known color: Dark Goldenrod. HEX triplet: B9, 84 and 1C. RGB value is (185,132,28). Sum of RGB (Red+Green+Blue) = 185+132+28=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9841C is #467BE3. Grayscale: #888888. Windows color (decimal): -4619236 or 1868985. OLE color: 1868985.
HSL color Cylindrical-coordinate representation of color #B9841C: hue angle of 39.75º degrees, saturation: 0.74, 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 #B9841C is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 132 | 28 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.27 |
| HSL | 39.75º | 0.74% | 0.42% | - |
| HSV(B) | 39.75º | 0.85% | 0.73% | - |
| XYZ | 28.47 | 26.9 | 4.79 | - |
| YUV | 135.99 | 67.06 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 132 | 28 | 0 | 0.29 | 0.85 | 0.27 | 39.75 | 0.74 | 0.42 |
| Hex | B9 | 84 | 1C | 0 | 1D | 55 | 1B | 28 | 4A | 2A |
| Octal | 271 | 204 | 34 | 0 | 35 | 125 | 33 | 50 | 112 | 52 |
| Binary | 10111001 | 10000100 | 11100 | 0 | 11101 | 1010101 | 11011 | 101000 | 1001010 | 101010 |
Color Harmonies of #B9841C
Complementary color
Monochromatic Colors of #B9841C
Black with #B9841C
Text Example
Text Example
White with #B9841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9841C; }
p { color: rgb(185,132,28); }
H1.HeaderClassName
{
color: #B9841C;
}
.AnyTagClassName
{
color: #B9841C;
}
</style>
background-color css
<style>
a { background-color: #B9841C; }
a { background-color: rgb(185,132,28); }
div.DivClassName
{
background-color: #B9841C;
}
.BgClassName
{
background-color: #B9841C;
}
</style>
border-color css
<style>
span { border-color: #B9841C; }
span { border-color: rgb(185,132,28); }
td.TdClassName
{
border-color: #B9841C;
}
.TagClassName
{
border-color: #B9841C;
}
</style>