Shades of Dark Goldenrod #B7730C
Tints of Dark Goldenrod #B7730C
RGB
CMYK
RGB Variations
Color information
#B7730C (or 0xB7730C) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 0C. RGB value is (183,115,12). Sum of RGB (Red+Green+Blue) = 183+115+12=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7730C is #488CF3. Grayscale: #7C7C7C. Windows color (decimal): -4754676 or 816055. OLE color: 816055.
HSL color Cylindrical-coordinate representation of color #B7730C: hue angle of 36.14º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7730C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 12 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.28 |
| HSL | 36.14º | 0.88% | 0.38% | - |
| HSV(B) | 36.14º | 0.93% | 0.72% | - |
| XYZ | 25.73 | 22.36 | 3.31 | - |
| YUV | 123.59 | 65.03 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 12 | 0 | 0.37 | 0.93 | 0.28 | 36.14 | 0.88 | 0.38 |
| Hex | B7 | 73 | C | 0 | 25 | 5D | 1C | 24 | 58 | 26 |
| Octal | 267 | 163 | 14 | 0 | 45 | 135 | 34 | 44 | 130 | 46 |
| Binary | 10110111 | 1110011 | 1100 | 0 | 100101 | 1011101 | 11100 | 100100 | 1011000 | 100110 |
Color Harmonies of #B7730C
Complementary color
Monochromatic Colors of #B7730C
Black with #B7730C
Text Example
Text Example
White with #B7730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7730C; }
p { color: rgb(183,115,12); }
H1.HeaderClassName
{
color: #B7730C;
}
.AnyTagClassName
{
color: #B7730C;
}
</style>
background-color css
<style>
a { background-color: #B7730C; }
a { background-color: rgb(183,115,12); }
div.DivClassName
{
background-color: #B7730C;
}
.BgClassName
{
background-color: #B7730C;
}
</style>
border-color css
<style>
span { border-color: #B7730C; }
span { border-color: rgb(183,115,12); }
td.TdClassName
{
border-color: #B7730C;
}
.TagClassName
{
border-color: #B7730C;
}
</style>