Shades of Dark Goldenrod #B78701
Tints of Dark Goldenrod #B78701
RGB
CMYK
RGB Variations
Color information
#B78701 (or 0xB78701) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 01. RGB value is (183,135,1). Sum of RGB (Red+Green+Blue) = 183+135+1=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B78701 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78701 is #4878FE. Grayscale: #868686. Windows color (decimal): -4749567 or 100279. OLE color: 100279.
HSL color Cylindrical-coordinate representation of color #B78701: hue angle of 44.18º 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 #B78701 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.28 |
| HSL | 44.18º | 0.99% | 0.36% | - |
| HSV(B) | 44.18º | 0.99% | 0.72% | - |
| XYZ | 28.2 | 27.4 | 3.83 | - |
| YUV | 134.08 | 52.9 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 1 | 0 | 0.26 | 0.99 | 0.28 | 44.18 | 0.99 | 0.36 |
| Hex | B7 | 87 | 1 | 0 | 1A | 63 | 1C | 2C | 63 | 24 |
| Octal | 267 | 207 | 1 | 0 | 32 | 143 | 34 | 54 | 143 | 44 |
| Binary | 10110111 | 10000111 | 1 | 0 | 11010 | 1100011 | 11100 | 101100 | 1100011 | 100100 |
Color Harmonies of #B78701
Complementary color
Monochromatic Colors of #B78701
Black with #B78701
Text Example
Text Example
White with #B78701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78701; }
p { color: rgb(183,135,1); }
H1.HeaderClassName
{
color: #B78701;
}
.AnyTagClassName
{
color: #B78701;
}
</style>
background-color css
<style>
a { background-color: #B78701; }
a { background-color: rgb(183,135,1); }
div.DivClassName
{
background-color: #B78701;
}
.BgClassName
{
background-color: #B78701;
}
</style>
border-color css
<style>
span { border-color: #B78701; }
span { border-color: rgb(183,135,1); }
td.TdClassName
{
border-color: #B78701;
}
.TagClassName
{
border-color: #B78701;
}
</style>