Shades of Dark Goldenrod #B87F0D
Tints of Dark Goldenrod #B87F0D
RGB
CMYK
RGB Variations
Color information
#B87F0D (or 0xB87F0D) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 0D. RGB value is (184,127,13). Sum of RGB (Red+Green+Blue) = 184+127+13=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F0D is #4780F2. Grayscale: #838383. Windows color (decimal): -4686067 or 884664. OLE color: 884664.
HSL color Cylindrical-coordinate representation of color #B87F0D: hue angle of 40º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B87F0D is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 13 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.28 |
| HSL | 40º | 0.87% | 0.39% | - |
| HSV(B) | 40º | 0.93% | 0.72% | - |
| XYZ | 27.43 | 25.4 | 3.84 | - |
| YUV | 131.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 13 | 0 | 0.31 | 0.93 | 0.28 | 40 | 0.87 | 0.39 |
| Hex | B8 | 7F | D | 0 | 1F | 5D | 1C | 28 | 57 | 27 |
| Octal | 270 | 177 | 15 | 0 | 37 | 135 | 34 | 50 | 127 | 47 |
| Binary | 10111000 | 1111111 | 1101 | 0 | 11111 | 1011101 | 11100 | 101000 | 1010111 | 100111 |
Color Harmonies of #B87F0D
Complementary color
Monochromatic Colors of #B87F0D
Black with #B87F0D
Text Example
Text Example
White with #B87F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F0D; }
p { color: rgb(184,127,13); }
H1.HeaderClassName
{
color: #B87F0D;
}
.AnyTagClassName
{
color: #B87F0D;
}
</style>
background-color css
<style>
a { background-color: #B87F0D; }
a { background-color: rgb(184,127,13); }
div.DivClassName
{
background-color: #B87F0D;
}
.BgClassName
{
background-color: #B87F0D;
}
</style>
border-color css
<style>
span { border-color: #B87F0D; }
span { border-color: rgb(184,127,13); }
td.TdClassName
{
border-color: #B87F0D;
}
.TagClassName
{
border-color: #B87F0D;
}
</style>