Shades of Dark Goldenrod #B78700
Tints of Dark Goldenrod #B78700
RGB
CMYK
RGB Variations
Color information
#B78700 (or 0xB78700) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 00. RGB value is (183,135,0). Sum of RGB (Red+Green+Blue) = 183+135+0=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B78700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78700 is #4878FF. Grayscale: #868686. Windows color (decimal): -4749568 or 34743. OLE color: 34743.
HSL color Cylindrical-coordinate representation of color #B78700: hue angle of 44.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B78700 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.28 |
| HSL | 44.26º | 1% | 0.36% | - |
| HSV(B) | 44.26º | 1% | 0.72% | - |
| XYZ | 28.19 | 27.4 | 3.8 | - |
| YUV | 133.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 0 | 0 | 0.26 | 1 | 0.28 | 44.26 | 1 | 0.36 |
| Hex | B7 | 87 | 0 | 0 | 1A | 64 | 1C | 2C | 64 | 24 |
| Octal | 267 | 207 | 0 | 0 | 32 | 144 | 34 | 54 | 144 | 44 |
| Binary | 10110111 | 10000111 | 0 | 0 | 11010 | 1100100 | 11100 | 101100 | 1100100 | 100100 |
Color Harmonies of #B78700
Complementary color
Monochromatic Colors of #B78700
Black with #B78700
Text Example
Text Example
White with #B78700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78700; }
p { color: rgb(183,135,0); }
H1.HeaderClassName
{
color: #B78700;
}
.AnyTagClassName
{
color: #B78700;
}
</style>
background-color css
<style>
a { background-color: #B78700; }
a { background-color: rgb(183,135,0); }
div.DivClassName
{
background-color: #B78700;
}
.BgClassName
{
background-color: #B78700;
}
</style>
border-color css
<style>
span { border-color: #B78700; }
span { border-color: rgb(183,135,0); }
td.TdClassName
{
border-color: #B78700;
}
.TagClassName
{
border-color: #B78700;
}
</style>