Shades of Dark Goldenrod #B87D07
Tints of Dark Goldenrod #B87D07
RGB
CMYK
RGB Variations
Color information
#B87D07 (or 0xB87D07) is known color: Dark Goldenrod. HEX triplet: B8, 7D and 07. RGB value is (184,125,7). Sum of RGB (Red+Green+Blue) = 184+125+7=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B87D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87D07 is #4782F8. Grayscale: #818181. Windows color (decimal): -4686585 or 490936. OLE color: 490936.
HSL color Cylindrical-coordinate representation of color #B87D07: hue angle of 40º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B87D07 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 125 | 7 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.28 |
| HSL | 40º | 0.93% | 0.37% | - |
| HSV(B) | 40º | 0.96% | 0.72% | - |
| XYZ | 27.14 | 24.87 | 3.57 | - |
| YUV | 129.19 | 59.05 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 125 | 7 | 0 | 0.32 | 0.96 | 0.28 | 40 | 0.93 | 0.37 |
| Hex | B8 | 7D | 7 | 0 | 20 | 60 | 1C | 28 | 5D | 25 |
| Octal | 270 | 175 | 7 | 0 | 40 | 140 | 34 | 50 | 135 | 45 |
| Binary | 10111000 | 1111101 | 111 | 0 | 100000 | 1100000 | 11100 | 101000 | 1011101 | 100101 |
Color Harmonies of #B87D07
Complementary color
Monochromatic Colors of #B87D07
Black with #B87D07
Text Example
Text Example
White with #B87D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87D07; }
p { color: rgb(184,125,7); }
H1.HeaderClassName
{
color: #B87D07;
}
.AnyTagClassName
{
color: #B87D07;
}
</style>
background-color css
<style>
a { background-color: #B87D07; }
a { background-color: rgb(184,125,7); }
div.DivClassName
{
background-color: #B87D07;
}
.BgClassName
{
background-color: #B87D07;
}
</style>
border-color css
<style>
span { border-color: #B87D07; }
span { border-color: rgb(184,125,7); }
td.TdClassName
{
border-color: #B87D07;
}
.TagClassName
{
border-color: #B87D07;
}
</style>