Shades of Dark Goldenrod #B77705
Tints of Dark Goldenrod #B77705
RGB
CMYK
RGB Variations
Color information
#B77705 (or 0xB77705) is known color: Dark Goldenrod. HEX triplet: B7, 77 and 05. RGB value is (183,119,5). Sum of RGB (Red+Green+Blue) = 183+119+5=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B77705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77705 is #4888FA. Grayscale: #7D7D7D. Windows color (decimal): -4753659 or 358327. OLE color: 358327.
HSL color Cylindrical-coordinate representation of color #B77705: hue angle of 38.43º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B77705 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 5 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.28 |
| HSL | 38.43º | 0.95% | 0.37% | - |
| HSV(B) | 38.43º | 0.97% | 0.72% | - |
| XYZ | 26.15 | 23.27 | 3.26 | - |
| YUV | 125.14 | 60.2 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 5 | 0 | 0.35 | 0.97 | 0.28 | 38.43 | 0.95 | 0.37 |
| Hex | B7 | 77 | 5 | 0 | 23 | 61 | 1C | 26 | 5F | 25 |
| Octal | 267 | 167 | 5 | 0 | 43 | 141 | 34 | 46 | 137 | 45 |
| Binary | 10110111 | 1110111 | 101 | 0 | 100011 | 1100001 | 11100 | 100110 | 1011111 | 100101 |
Color Harmonies of #B77705
Complementary color
Monochromatic Colors of #B77705
Black with #B77705
Text Example
Text Example
White with #B77705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77705; }
p { color: rgb(183,119,5); }
H1.HeaderClassName
{
color: #B77705;
}
.AnyTagClassName
{
color: #B77705;
}
</style>
background-color css
<style>
a { background-color: #B77705; }
a { background-color: rgb(183,119,5); }
div.DivClassName
{
background-color: #B77705;
}
.BgClassName
{
background-color: #B77705;
}
</style>
border-color css
<style>
span { border-color: #B77705; }
span { border-color: rgb(183,119,5); }
td.TdClassName
{
border-color: #B77705;
}
.TagClassName
{
border-color: #B77705;
}
</style>