Shades of Dark Goldenrod #B77305
Tints of Dark Goldenrod #B77305
RGB
CMYK
RGB Variations
Color information
#B77305 (or 0xB77305) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 05. RGB value is (183,115,5). Sum of RGB (Red+Green+Blue) = 183+115+5=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B77305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77305 is #488CFA. Grayscale: #7B7B7B. Windows color (decimal): -4754683 or 357303. OLE color: 357303.
HSL color Cylindrical-coordinate representation of color #B77305: hue angle of 37.08º 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 #B77305 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 5 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.28 |
| HSL | 37.08º | 0.95% | 0.37% | - |
| HSV(B) | 37.08º | 0.97% | 0.72% | - |
| XYZ | 25.69 | 22.34 | 3.1 | - |
| YUV | 122.79 | 61.53 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 5 | 0 | 0.37 | 0.97 | 0.28 | 37.08 | 0.95 | 0.37 |
| Hex | B7 | 73 | 5 | 0 | 25 | 61 | 1C | 25 | 5F | 25 |
| Octal | 267 | 163 | 5 | 0 | 45 | 141 | 34 | 45 | 137 | 45 |
| Binary | 10110111 | 1110011 | 101 | 0 | 100101 | 1100001 | 11100 | 100101 | 1011111 | 100101 |
Color Harmonies of #B77305
Complementary color
Monochromatic Colors of #B77305
Black with #B77305
Text Example
Text Example
White with #B77305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77305; }
p { color: rgb(183,115,5); }
H1.HeaderClassName
{
color: #B77305;
}
.AnyTagClassName
{
color: #B77305;
}
</style>
background-color css
<style>
a { background-color: #B77305; }
a { background-color: rgb(183,115,5); }
div.DivClassName
{
background-color: #B77305;
}
.BgClassName
{
background-color: #B77305;
}
</style>
border-color css
<style>
span { border-color: #B77305; }
span { border-color: rgb(183,115,5); }
td.TdClassName
{
border-color: #B77305;
}
.TagClassName
{
border-color: #B77305;
}
</style>