Shades of Dark Goldenrod #B87907
Tints of Dark Goldenrod #B87907
RGB
CMYK
RGB Variations
Color information
#B87907 (or 0xB87907) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 07. RGB value is (184,121,7). Sum of RGB (Red+Green+Blue) = 184+121+7=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B87907 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87907 is #4786F8. Grayscale: #7F7F7F. Windows color (decimal): -4687609 or 489912. OLE color: 489912.
HSL color Cylindrical-coordinate representation of color #B87907: hue angle of 38.64º 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 #B87907 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 7 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.28 |
| HSL | 38.64º | 0.93% | 0.37% | - |
| HSV(B) | 38.64º | 0.96% | 0.72% | - |
| XYZ | 26.64 | 23.88 | 3.41 | - |
| YUV | 126.84 | 60.37 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 7 | 0 | 0.34 | 0.96 | 0.28 | 38.64 | 0.93 | 0.37 |
| Hex | B8 | 79 | 7 | 0 | 22 | 60 | 1C | 27 | 5D | 25 |
| Octal | 270 | 171 | 7 | 0 | 42 | 140 | 34 | 47 | 135 | 45 |
| Binary | 10111000 | 1111001 | 111 | 0 | 100010 | 1100000 | 11100 | 100111 | 1011101 | 100101 |
Color Harmonies of #B87907
Complementary color
Monochromatic Colors of #B87907
Black with #B87907
Text Example
Text Example
White with #B87907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87907; }
p { color: rgb(184,121,7); }
H1.HeaderClassName
{
color: #B87907;
}
.AnyTagClassName
{
color: #B87907;
}
</style>
background-color css
<style>
a { background-color: #B87907; }
a { background-color: rgb(184,121,7); }
div.DivClassName
{
background-color: #B87907;
}
.BgClassName
{
background-color: #B87907;
}
</style>
border-color css
<style>
span { border-color: #B87907; }
span { border-color: rgb(184,121,7); }
td.TdClassName
{
border-color: #B87907;
}
.TagClassName
{
border-color: #B87907;
}
</style>