Shades of Dark Goldenrod #B77900
Tints of Dark Goldenrod #B77900
RGB
CMYK
RGB Variations
Color information
#B77900 (or 0xB77900) is known color: Dark Goldenrod. HEX triplet: B7, 79 and 00. RGB value is (183,121,0). Sum of RGB (Red+Green+Blue) = 183+121+0=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B77900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77900 is #4886FF. Grayscale: #7E7E7E. Windows color (decimal): -4753152 or 31159. OLE color: 31159.
HSL color Cylindrical-coordinate representation of color #B77900: hue angle of 39.67º 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 #B77900 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.28 |
| HSL | 39.67º | 1% | 0.36% | - |
| HSV(B) | 39.67º | 1% | 0.72% | - |
| XYZ | 26.37 | 23.74 | 3.19 | - |
| YUV | 125.74 | 57.04 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 0 | 0 | 0.34 | 1 | 0.28 | 39.67 | 1 | 0.36 |
| Hex | B7 | 79 | 0 | 0 | 22 | 64 | 1C | 28 | 64 | 24 |
| Octal | 267 | 171 | 0 | 0 | 42 | 144 | 34 | 50 | 144 | 44 |
| Binary | 10110111 | 1111001 | 0 | 0 | 100010 | 1100100 | 11100 | 101000 | 1100100 | 100100 |
Color Harmonies of #B77900
Complementary color
Monochromatic Colors of #B77900
Black with #B77900
Text Example
Text Example
White with #B77900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77900; }
p { color: rgb(183,121,0); }
H1.HeaderClassName
{
color: #B77900;
}
.AnyTagClassName
{
color: #B77900;
}
</style>
background-color css
<style>
a { background-color: #B77900; }
a { background-color: rgb(183,121,0); }
div.DivClassName
{
background-color: #B77900;
}
.BgClassName
{
background-color: #B77900;
}
</style>
border-color css
<style>
span { border-color: #B77900; }
span { border-color: rgb(183,121,0); }
td.TdClassName
{
border-color: #B77900;
}
.TagClassName
{
border-color: #B77900;
}
</style>