Shades of Dark Goldenrod #B77500
Tints of Dark Goldenrod #B77500
RGB
CMYK
RGB Variations
Color information
#B77500 (or 0xB77500) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 00. RGB value is (183,117,0). Sum of RGB (Red+Green+Blue) = 183+117+0=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B77500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77500 is #488AFF. Grayscale: #7B7B7B. Windows color (decimal): -4754176 or 30135. OLE color: 30135.
HSL color Cylindrical-coordinate representation of color #B77500: hue angle of 38.36º 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 #B77500 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.28 |
| HSL | 38.36º | 1% | 0.36% | - |
| HSV(B) | 38.36º | 1% | 0.72% | - |
| XYZ | 25.89 | 22.79 | 3.03 | - |
| YUV | 123.4 | 58.37 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 0 | 0 | 0.36 | 1 | 0.28 | 38.36 | 1 | 0.36 |
| Hex | B7 | 75 | 0 | 0 | 24 | 64 | 1C | 26 | 64 | 24 |
| Octal | 267 | 165 | 0 | 0 | 44 | 144 | 34 | 46 | 144 | 44 |
| Binary | 10110111 | 1110101 | 0 | 0 | 100100 | 1100100 | 11100 | 100110 | 1100100 | 100100 |
Color Harmonies of #B77500
Complementary color
Monochromatic Colors of #B77500
Black with #B77500
Text Example
Text Example
White with #B77500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77500; }
p { color: rgb(183,117,0); }
H1.HeaderClassName
{
color: #B77500;
}
.AnyTagClassName
{
color: #B77500;
}
</style>
background-color css
<style>
a { background-color: #B77500; }
a { background-color: rgb(183,117,0); }
div.DivClassName
{
background-color: #B77500;
}
.BgClassName
{
background-color: #B77500;
}
</style>
border-color css
<style>
span { border-color: #B77500; }
span { border-color: rgb(183,117,0); }
td.TdClassName
{
border-color: #B77500;
}
.TagClassName
{
border-color: #B77500;
}
</style>