Shades of Dark Goldenrod #B9871C
Tints of Dark Goldenrod #B9871C
RGB
CMYK
RGB Variations
Color information
#B9871C (or 0xB9871C) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 1C. RGB value is (185,135,28). Sum of RGB (Red+Green+Blue) = 185+135+28=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9871C is #4678E3. Grayscale: #8A8A8A. Windows color (decimal): -4618468 or 1869753. OLE color: 1869753.
HSL color Cylindrical-coordinate representation of color #B9871C: hue angle of 40.89º 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 #B9871C is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 28 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.27 |
| HSL | 40.89º | 0.74% | 0.42% | - |
| HSV(B) | 40.89º | 0.85% | 0.73% | - |
| XYZ | 28.88 | 27.73 | 4.93 | - |
| YUV | 137.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 28 | 0 | 0.27 | 0.85 | 0.27 | 40.89 | 0.74 | 0.42 |
| Hex | B9 | 87 | 1C | 0 | 1B | 55 | 1B | 29 | 4A | 2A |
| Octal | 271 | 207 | 34 | 0 | 33 | 125 | 33 | 51 | 112 | 52 |
| Binary | 10111001 | 10000111 | 11100 | 0 | 11011 | 1010101 | 11011 | 101001 | 1001010 | 101010 |
Color Harmonies of #B9871C
Complementary color
Monochromatic Colors of #B9871C
Black with #B9871C
Text Example
Text Example
White with #B9871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9871C; }
p { color: rgb(185,135,28); }
H1.HeaderClassName
{
color: #B9871C;
}
.AnyTagClassName
{
color: #B9871C;
}
</style>
background-color css
<style>
a { background-color: #B9871C; }
a { background-color: rgb(185,135,28); }
div.DivClassName
{
background-color: #B9871C;
}
.BgClassName
{
background-color: #B9871C;
}
</style>
border-color css
<style>
span { border-color: #B9871C; }
span { border-color: rgb(185,135,28); }
td.TdClassName
{
border-color: #B9871C;
}
.TagClassName
{
border-color: #B9871C;
}
</style>