Shades of Dark Goldenrod #B77A00
Tints of Dark Goldenrod #B77A00
RGB
CMYK
RGB Variations
Color information
#B77A00 (or 0xB77A00) is known color: Dark Goldenrod. HEX triplet: B7, 7A and 00. RGB value is (183,122,0). Sum of RGB (Red+Green+Blue) = 183+122+0=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77A00 is #4885FF. Grayscale: #7E7E7E. Windows color (decimal): -4752896 or 31415. OLE color: 31415.
HSL color Cylindrical-coordinate representation of color #B77A00: hue angle of 40º 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 #B77A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.28 |
| HSL | 40º | 1% | 0.36% | - |
| HSV(B) | 40º | 1% | 0.72% | - |
| XYZ | 26.49 | 23.99 | 3.23 | - |
| YUV | 126.33 | 56.71 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 0 | 0 | 0.33 | 1 | 0.28 | 40 | 1 | 0.36 |
| Hex | B7 | 7A | 0 | 0 | 21 | 64 | 1C | 28 | 64 | 24 |
| Octal | 267 | 172 | 0 | 0 | 41 | 144 | 34 | 50 | 144 | 44 |
| Binary | 10110111 | 1111010 | 0 | 0 | 100001 | 1100100 | 11100 | 101000 | 1100100 | 100100 |
Color Harmonies of #B77A00
Complementary color
Monochromatic Colors of #B77A00
Black with #B77A00
Text Example
Text Example
White with #B77A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A00; }
p { color: rgb(183,122,0); }
H1.HeaderClassName
{
color: #B77A00;
}
.AnyTagClassName
{
color: #B77A00;
}
</style>
background-color css
<style>
a { background-color: #B77A00; }
a { background-color: rgb(183,122,0); }
div.DivClassName
{
background-color: #B77A00;
}
.BgClassName
{
background-color: #B77A00;
}
</style>
border-color css
<style>
span { border-color: #B77A00; }
span { border-color: rgb(183,122,0); }
td.TdClassName
{
border-color: #B77A00;
}
.TagClassName
{
border-color: #B77A00;
}
</style>