Shades of Dark Goldenrod #B77600
Tints of Dark Goldenrod #B77600
RGB
CMYK
RGB Variations
Color information
#B77600 (or 0xB77600) is known color: Dark Goldenrod. HEX triplet: B7, 76 and 00. RGB value is (183,118,0). Sum of RGB (Red+Green+Blue) = 183+118+0=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B77600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77600 is #4889FF. Grayscale: #7C7C7C. Windows color (decimal): -4753920 or 30391. OLE color: 30391.
HSL color Cylindrical-coordinate representation of color #B77600: hue angle of 38.69º 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 #B77600 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.28 |
| HSL | 38.69º | 1% | 0.36% | - |
| HSV(B) | 38.69º | 1% | 0.72% | - |
| XYZ | 26.01 | 23.02 | 3.07 | - |
| YUV | 123.98 | 58.03 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 0 | 0 | 0.36 | 1 | 0.28 | 38.69 | 1 | 0.36 |
| Hex | B7 | 76 | 0 | 0 | 24 | 64 | 1C | 27 | 64 | 24 |
| Octal | 267 | 166 | 0 | 0 | 44 | 144 | 34 | 47 | 144 | 44 |
| Binary | 10110111 | 1110110 | 0 | 0 | 100100 | 1100100 | 11100 | 100111 | 1100100 | 100100 |
Color Harmonies of #B77600
Complementary color
Monochromatic Colors of #B77600
Black with #B77600
Text Example
Text Example
White with #B77600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77600; }
p { color: rgb(183,118,0); }
H1.HeaderClassName
{
color: #B77600;
}
.AnyTagClassName
{
color: #B77600;
}
</style>
background-color css
<style>
a { background-color: #B77600; }
a { background-color: rgb(183,118,0); }
div.DivClassName
{
background-color: #B77600;
}
.BgClassName
{
background-color: #B77600;
}
</style>
border-color css
<style>
span { border-color: #B77600; }
span { border-color: rgb(183,118,0); }
td.TdClassName
{
border-color: #B77600;
}
.TagClassName
{
border-color: #B77600;
}
</style>