Shades of Dark Goldenrod #B9871A
Tints of Dark Goldenrod #B9871A
RGB
CMYK
RGB Variations
Color information
#B9871A (or 0xB9871A) is known color: Dark Goldenrod. HEX triplet: B9, 87 and 1A. RGB value is (185,135,26). Sum of RGB (Red+Green+Blue) = 185+135+26=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9871A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9871A is #4678E5. Grayscale: #8A8A8A. Windows color (decimal): -4618470 or 1738681. OLE color: 1738681.
HSL color Cylindrical-coordinate representation of color #B9871A: hue angle of 41.13º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9871A is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 135 | 26 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.27 |
| HSL | 41.13º | 0.75% | 0.41% | - |
| HSV(B) | 41.13º | 0.86% | 0.73% | - |
| XYZ | 28.86 | 27.72 | 4.81 | - |
| YUV | 137.52 | 65.07 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 135 | 26 | 0 | 0.27 | 0.86 | 0.27 | 41.13 | 0.75 | 0.41 |
| Hex | B9 | 87 | 1A | 0 | 1B | 56 | 1B | 29 | 4B | 29 |
| Octal | 271 | 207 | 32 | 0 | 33 | 126 | 33 | 51 | 113 | 51 |
| Binary | 10111001 | 10000111 | 11010 | 0 | 11011 | 1010110 | 11011 | 101001 | 1001011 | 101001 |
Color Harmonies of #B9871A
Complementary color
Monochromatic Colors of #B9871A
Black with #B9871A
Text Example
Text Example
White with #B9871A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9871A; }
p { color: rgb(185,135,26); }
H1.HeaderClassName
{
color: #B9871A;
}
.AnyTagClassName
{
color: #B9871A;
}
</style>
background-color css
<style>
a { background-color: #B9871A; }
a { background-color: rgb(185,135,26); }
div.DivClassName
{
background-color: #B9871A;
}
.BgClassName
{
background-color: #B9871A;
}
</style>
border-color css
<style>
span { border-color: #B9871A; }
span { border-color: rgb(185,135,26); }
td.TdClassName
{
border-color: #B9871A;
}
.TagClassName
{
border-color: #B9871A;
}
</style>