Shades of Dark Goldenrod #B78A00
Tints of Dark Goldenrod #B78A00
RGB
CMYK
RGB Variations
Color information
#B78A00 (or 0xB78A00) is known color: Dark Goldenrod. HEX triplet: B7, 8A and 00. RGB value is (183,138,0). Sum of RGB (Red+Green+Blue) = 183+138+0=321 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.01% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78A00 is #4875FF. Grayscale: #888888. Windows color (decimal): -4748800 or 35511. OLE color: 35511.
HSL color Cylindrical-coordinate representation of color #B78A00: hue angle of 45.25º 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 #B78A00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 0 | - |
| CMYK | 0 | 0.25 | 1 | 0.28 |
| HSL | 45.25º | 1% | 0.36% | - |
| HSV(B) | 45.25º | 1% | 0.72% | - |
| XYZ | 28.62 | 28.24 | 3.94 | - |
| YUV | 135.72 | 51.41 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 0 | 0 | 0.25 | 1 | 0.28 | 45.25 | 1 | 0.36 |
| Hex | B7 | 8A | 0 | 0 | 19 | 64 | 1C | 2D | 64 | 24 |
| Octal | 267 | 212 | 0 | 0 | 31 | 144 | 34 | 55 | 144 | 44 |
| Binary | 10110111 | 10001010 | 0 | 0 | 11001 | 1100100 | 11100 | 101101 | 1100100 | 100100 |
Color Harmonies of #B78A00
Complementary color
Monochromatic Colors of #B78A00
Black with #B78A00
Text Example
Text Example
White with #B78A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A00; }
p { color: rgb(183,138,0); }
H1.HeaderClassName
{
color: #B78A00;
}
.AnyTagClassName
{
color: #B78A00;
}
</style>
background-color css
<style>
a { background-color: #B78A00; }
a { background-color: rgb(183,138,0); }
div.DivClassName
{
background-color: #B78A00;
}
.BgClassName
{
background-color: #B78A00;
}
</style>
border-color css
<style>
span { border-color: #B78A00; }
span { border-color: rgb(183,138,0); }
td.TdClassName
{
border-color: #B78A00;
}
.TagClassName
{
border-color: #B78A00;
}
</style>