Shades of Dark Goldenrod #B78B00
Tints of Dark Goldenrod #B78B00
RGB
CMYK
RGB Variations
Color information
#B78B00 (or 0xB78B00) is known color: Dark Goldenrod. HEX triplet: B7, 8B and 00. RGB value is (183,139,0). Sum of RGB (Red+Green+Blue) = 183+139+0=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78B00 is #4874FF. Grayscale: #888888. Windows color (decimal): -4748544 or 35767. OLE color: 35767.
HSL color Cylindrical-coordinate representation of color #B78B00: hue angle of 45.57º 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 #B78B00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.28 |
| HSL | 45.57º | 1% | 0.36% | - |
| HSV(B) | 45.57º | 1% | 0.72% | - |
| XYZ | 28.76 | 28.53 | 3.99 | - |
| YUV | 136.31 | 51.08 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 0 | 0 | 0.24 | 1 | 0.28 | 45.57 | 1 | 0.36 |
| Hex | B7 | 8B | 0 | 0 | 18 | 64 | 1C | 2E | 64 | 24 |
| Octal | 267 | 213 | 0 | 0 | 30 | 144 | 34 | 56 | 144 | 44 |
| Binary | 10110111 | 10001011 | 0 | 0 | 11000 | 1100100 | 11100 | 101110 | 1100100 | 100100 |
Color Harmonies of #B78B00
Complementary color
Monochromatic Colors of #B78B00
Black with #B78B00
Text Example
Text Example
White with #B78B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B00; }
p { color: rgb(183,139,0); }
H1.HeaderClassName
{
color: #B78B00;
}
.AnyTagClassName
{
color: #B78B00;
}
</style>
background-color css
<style>
a { background-color: #B78B00; }
a { background-color: rgb(183,139,0); }
div.DivClassName
{
background-color: #B78B00;
}
.BgClassName
{
background-color: #B78B00;
}
</style>
border-color css
<style>
span { border-color: #B78B00; }
span { border-color: rgb(183,139,0); }
td.TdClassName
{
border-color: #B78B00;
}
.TagClassName
{
border-color: #B78B00;
}
</style>