Shades of Dark Goldenrod #B78B07
Tints of Dark Goldenrod #B78B07
RGB
CMYK
RGB Variations
Color information
#B78B07 (or 0xB78B07) is known color: Dark Goldenrod. HEX triplet: B7, 8B and 07. RGB value is (183,139,7). Sum of RGB (Red+Green+Blue) = 183+139+7=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78B07 is #4874F8. Grayscale: #898989. Windows color (decimal): -4748537 or 494519. OLE color: 494519.
HSL color Cylindrical-coordinate representation of color #B78B07: hue angle of 45º 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 #B78B07 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 7 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.28 |
| HSL | 45º | 0.93% | 0.37% | - |
| HSV(B) | 45º | 0.96% | 0.72% | - |
| XYZ | 28.8 | 28.55 | 4.19 | - |
| YUV | 137.11 | 54.58 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 7 | 0 | 0.24 | 0.96 | 0.28 | 45 | 0.93 | 0.37 |
| Hex | B7 | 8B | 7 | 0 | 18 | 60 | 1C | 2D | 5D | 25 |
| Octal | 267 | 213 | 7 | 0 | 30 | 140 | 34 | 55 | 135 | 45 |
| Binary | 10110111 | 10001011 | 111 | 0 | 11000 | 1100000 | 11100 | 101101 | 1011101 | 100101 |
Color Harmonies of #B78B07
Complementary color
Monochromatic Colors of #B78B07
Black with #B78B07
Text Example
Text Example
White with #B78B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B07; }
p { color: rgb(183,139,7); }
H1.HeaderClassName
{
color: #B78B07;
}
.AnyTagClassName
{
color: #B78B07;
}
</style>
background-color css
<style>
a { background-color: #B78B07; }
a { background-color: rgb(183,139,7); }
div.DivClassName
{
background-color: #B78B07;
}
.BgClassName
{
background-color: #B78B07;
}
</style>
border-color css
<style>
span { border-color: #B78B07; }
span { border-color: rgb(183,139,7); }
td.TdClassName
{
border-color: #B78B07;
}
.TagClassName
{
border-color: #B78B07;
}
</style>