Shades of Dark Goldenrod #B77505
Tints of Dark Goldenrod #B77505
RGB
CMYK
RGB Variations
Color information
#B77505 (or 0xB77505) is known color: Dark Goldenrod. HEX triplet: B7, 75 and 05. RGB value is (183,117,5). Sum of RGB (Red+Green+Blue) = 183+117+5=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B77505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77505 is #488AFA. Grayscale: #7C7C7C. Windows color (decimal): -4754171 or 357815. OLE color: 357815.
HSL color Cylindrical-coordinate representation of color #B77505: hue angle of 37.75º 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 #B77505 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 5 | - |
| CMYK | 0 | 0.36 | 0.97 | 0.28 |
| HSL | 37.75º | 0.95% | 0.37% | - |
| HSV(B) | 37.75º | 0.97% | 0.72% | - |
| XYZ | 25.92 | 22.8 | 3.18 | - |
| YUV | 123.97 | 60.87 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 5 | 0 | 0.36 | 0.97 | 0.28 | 37.75 | 0.95 | 0.37 |
| Hex | B7 | 75 | 5 | 0 | 24 | 61 | 1C | 26 | 5F | 25 |
| Octal | 267 | 165 | 5 | 0 | 44 | 141 | 34 | 46 | 137 | 45 |
| Binary | 10110111 | 1110101 | 101 | 0 | 100100 | 1100001 | 11100 | 100110 | 1011111 | 100101 |
Color Harmonies of #B77505
Complementary color
Monochromatic Colors of #B77505
Black with #B77505
Text Example
Text Example
White with #B77505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77505; }
p { color: rgb(183,117,5); }
H1.HeaderClassName
{
color: #B77505;
}
.AnyTagClassName
{
color: #B77505;
}
</style>
background-color css
<style>
a { background-color: #B77505; }
a { background-color: rgb(183,117,5); }
div.DivClassName
{
background-color: #B77505;
}
.BgClassName
{
background-color: #B77505;
}
</style>
border-color css
<style>
span { border-color: #B77505; }
span { border-color: rgb(183,117,5); }
td.TdClassName
{
border-color: #B77505;
}
.TagClassName
{
border-color: #B77505;
}
</style>