Shades of Dark Goldenrod #B7730A
Tints of Dark Goldenrod #B7730A
RGB
CMYK
RGB Variations
Color information
#B7730A (or 0xB7730A) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 0A. RGB value is (183,115,10). Sum of RGB (Red+Green+Blue) = 183+115+10=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 10 (4.30% from 255 or 3.25% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B7730A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7730A is #488CF5. Grayscale: #7B7B7B. Windows color (decimal): -4754678 or 684983. OLE color: 684983.
HSL color Cylindrical-coordinate representation of color #B7730A: hue angle of 36.42º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7730A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.28 |
| HSL | 36.42º | 0.9% | 0.38% | - |
| HSV(B) | 36.42º | 0.95% | 0.72% | - |
| XYZ | 25.71 | 22.35 | 3.25 | - |
| YUV | 123.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 10 | 0 | 0.37 | 0.95 | 0.28 | 36.42 | 0.9 | 0.38 |
| Hex | B7 | 73 | A | 0 | 25 | 5F | 1C | 24 | 5A | 26 |
| Octal | 267 | 163 | 12 | 0 | 45 | 137 | 34 | 44 | 132 | 46 |
| Binary | 10110111 | 1110011 | 1010 | 0 | 100101 | 1011111 | 11100 | 100100 | 1011010 | 100110 |
Color Harmonies of #B7730A
Complementary color
Monochromatic Colors of #B7730A
Black with #B7730A
Text Example
Text Example
White with #B7730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7730A; }
p { color: rgb(183,115,10); }
H1.HeaderClassName
{
color: #B7730A;
}
.AnyTagClassName
{
color: #B7730A;
}
</style>
background-color css
<style>
a { background-color: #B7730A; }
a { background-color: rgb(183,115,10); }
div.DivClassName
{
background-color: #B7730A;
}
.BgClassName
{
background-color: #B7730A;
}
</style>
border-color css
<style>
span { border-color: #B7730A; }
span { border-color: rgb(183,115,10); }
td.TdClassName
{
border-color: #B7730A;
}
.TagClassName
{
border-color: #B7730A;
}
</style>