Shades of Dark Goldenrod #B77302
Tints of Dark Goldenrod #B77302
RGB
CMYK
RGB Variations
Color information
#B77302 (or 0xB77302) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 02. RGB value is (183,115,2). Sum of RGB (Red+Green+Blue) = 183+115+2=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B77302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77302 is #488CFD. Grayscale: #7A7A7A. Windows color (decimal): -4754686 or 160695. OLE color: 160695.
HSL color Cylindrical-coordinate representation of color #B77302: hue angle of 37.46º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B77302 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.28 |
| HSL | 37.46º | 0.98% | 0.36% | - |
| HSV(B) | 37.46º | 0.99% | 0.72% | - |
| XYZ | 25.67 | 22.33 | 3.02 | - |
| YUV | 122.45 | 60.03 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 2 | 0 | 0.37 | 0.99 | 0.28 | 37.46 | 0.98 | 0.36 |
| Hex | B7 | 73 | 2 | 0 | 25 | 63 | 1C | 25 | 62 | 24 |
| Octal | 267 | 163 | 2 | 0 | 45 | 143 | 34 | 45 | 142 | 44 |
| Binary | 10110111 | 1110011 | 10 | 0 | 100101 | 1100011 | 11100 | 100101 | 1100010 | 100100 |
Color Harmonies of #B77302
Complementary color
Monochromatic Colors of #B77302
Black with #B77302
Text Example
Text Example
White with #B77302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77302; }
p { color: rgb(183,115,2); }
H1.HeaderClassName
{
color: #B77302;
}
.AnyTagClassName
{
color: #B77302;
}
</style>
background-color css
<style>
a { background-color: #B77302; }
a { background-color: rgb(183,115,2); }
div.DivClassName
{
background-color: #B77302;
}
.BgClassName
{
background-color: #B77302;
}
</style>
border-color css
<style>
span { border-color: #B77302; }
span { border-color: rgb(183,115,2); }
td.TdClassName
{
border-color: #B77302;
}
.TagClassName
{
border-color: #B77302;
}
</style>