Shades of Dark Goldenrod #B87501
Tints of Dark Goldenrod #B87501
RGB
CMYK
RGB Variations
Color information
#B87501 (or 0xB87501) is known color: Dark Goldenrod. HEX triplet: B8, 75 and 01. RGB value is (184,117,1). Sum of RGB (Red+Green+Blue) = 184+117+1=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 1 (0.78% from 255 or 0.33% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B87501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87501 is #478AFE. Grayscale: #7C7C7C. Windows color (decimal): -4688639 or 95672. OLE color: 95672.
HSL color Cylindrical-coordinate representation of color #B87501: hue angle of 38.03º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B87501 is Cyan = 0, Magento = 0.36, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 1 | - |
| CMYK | 0 | 0.36 | 0.99 | 0.28 |
| HSL | 38.03º | 0.99% | 0.36% | - |
| HSV(B) | 38.03º | 0.99% | 0.72% | - |
| XYZ | 26.13 | 22.92 | 3.07 | - |
| YUV | 123.81 | 58.7 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 1 | 0 | 0.36 | 0.99 | 0.28 | 38.03 | 0.99 | 0.36 |
| Hex | B8 | 75 | 1 | 0 | 24 | 63 | 1C | 26 | 63 | 24 |
| Octal | 270 | 165 | 1 | 0 | 44 | 143 | 34 | 46 | 143 | 44 |
| Binary | 10111000 | 1110101 | 1 | 0 | 100100 | 1100011 | 11100 | 100110 | 1100011 | 100100 |
Color Harmonies of #B87501
Complementary color
Monochromatic Colors of #B87501
Black with #B87501
Text Example
Text Example
White with #B87501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87501; }
p { color: rgb(184,117,1); }
H1.HeaderClassName
{
color: #B87501;
}
.AnyTagClassName
{
color: #B87501;
}
</style>
background-color css
<style>
a { background-color: #B87501; }
a { background-color: rgb(184,117,1); }
div.DivClassName
{
background-color: #B87501;
}
.BgClassName
{
background-color: #B87501;
}
</style>
border-color css
<style>
span { border-color: #B87501; }
span { border-color: rgb(184,117,1); }
td.TdClassName
{
border-color: #B87501;
}
.TagClassName
{
border-color: #B87501;
}
</style>