Shades of Dark Goldenrod #B1730A
Tints of Dark Goldenrod #B1730A
RGB
CMYK
RGB Variations
Color information
#B1730A (or 0xB1730A) is known color: Dark Goldenrod. HEX triplet: B1, 73 and 0A. RGB value is (177,115,10). Sum of RGB (Red+Green+Blue) = 177+115+10=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1730A is #4E8CF5. Grayscale: #7A7A7A. Windows color (decimal): -5147894 or 684977. OLE color: 684977.
HSL color Cylindrical-coordinate representation of color #B1730A: hue angle of 37.72º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1730A is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 115 | 10 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.31 |
| HSL | 37.72º | 0.89% | 0.37% | - |
| HSV(B) | 37.72º | 0.94% | 0.69% | - |
| XYZ | 24.32 | 21.63 | 3.18 | - |
| YUV | 121.57 | 65.04 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 115 | 10 | 0 | 0.35 | 0.94 | 0.31 | 37.72 | 0.89 | 0.37 |
| Hex | B1 | 73 | A | 0 | 23 | 5E | 1F | 26 | 59 | 25 |
| Octal | 261 | 163 | 12 | 0 | 43 | 136 | 37 | 46 | 131 | 45 |
| Binary | 10110001 | 1110011 | 1010 | 0 | 100011 | 1011110 | 11111 | 100110 | 1011001 | 100101 |
Color Harmonies of #B1730A
Complementary color
Monochromatic Colors of #B1730A
Black with #B1730A
Text Example
Text Example
White with #B1730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1730A; }
p { color: rgb(177,115,10); }
H1.HeaderClassName
{
color: #B1730A;
}
.AnyTagClassName
{
color: #B1730A;
}
</style>
background-color css
<style>
a { background-color: #B1730A; }
a { background-color: rgb(177,115,10); }
div.DivClassName
{
background-color: #B1730A;
}
.BgClassName
{
background-color: #B1730A;
}
</style>
border-color css
<style>
span { border-color: #B1730A; }
span { border-color: rgb(177,115,10); }
td.TdClassName
{
border-color: #B1730A;
}
.TagClassName
{
border-color: #B1730A;
}
</style>