Shades of Dark Goldenrod #B7730B
Tints of Dark Goldenrod #B7730B
RGB
CMYK
RGB Variations
Color information
#B7730B (or 0xB7730B) is known color: Dark Goldenrod. HEX triplet: B7, 73 and 0B. RGB value is (183,115,11). Sum of RGB (Red+Green+Blue) = 183+115+11=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7730B is #488CF4. Grayscale: #7B7B7B. Windows color (decimal): -4754677 or 750519. OLE color: 750519.
HSL color Cylindrical-coordinate representation of color #B7730B: hue angle of 36.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7730B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 115 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.28 |
| HSL | 36.28º | 0.89% | 0.38% | - |
| HSV(B) | 36.28º | 0.94% | 0.72% | - |
| XYZ | 25.72 | 22.35 | 3.28 | - |
| YUV | 123.48 | 64.53 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 115 | 11 | 0 | 0.37 | 0.94 | 0.28 | 36.28 | 0.89 | 0.38 |
| Hex | B7 | 73 | B | 0 | 25 | 5E | 1C | 24 | 59 | 26 |
| Octal | 267 | 163 | 13 | 0 | 45 | 136 | 34 | 44 | 131 | 46 |
| Binary | 10110111 | 1110011 | 1011 | 0 | 100101 | 1011110 | 11100 | 100100 | 1011001 | 100110 |
Color Harmonies of #B7730B
Complementary color
Monochromatic Colors of #B7730B
Black with #B7730B
Text Example
Text Example
White with #B7730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7730B; }
p { color: rgb(183,115,11); }
H1.HeaderClassName
{
color: #B7730B;
}
.AnyTagClassName
{
color: #B7730B;
}
</style>
background-color css
<style>
a { background-color: #B7730B; }
a { background-color: rgb(183,115,11); }
div.DivClassName
{
background-color: #B7730B;
}
.BgClassName
{
background-color: #B7730B;
}
</style>
border-color css
<style>
span { border-color: #B7730B; }
span { border-color: rgb(183,115,11); }
td.TdClassName
{
border-color: #B7730B;
}
.TagClassName
{
border-color: #B7730B;
}
</style>