Shades of Dark Goldenrod #B57A0D
Tints of Dark Goldenrod #B57A0D
RGB
CMYK
RGB Variations
Color information
#B57A0D (or 0xB57A0D) is known color: Dark Goldenrod. HEX triplet: B5, 7A and 0D. RGB value is (181,122,13). Sum of RGB (Red+Green+Blue) = 181+122+13=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B57A0D is #4A85F2. Grayscale: #7F7F7F. Windows color (decimal): -4883955 or 883381. OLE color: 883381.
HSL color Cylindrical-coordinate representation of color #B57A0D: hue angle of 38.93º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B57A0D is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 122 | 13 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.29 |
| HSL | 38.93º | 0.87% | 0.38% | - |
| HSV(B) | 38.93º | 0.93% | 0.71% | - |
| XYZ | 26.09 | 23.77 | 3.59 | - |
| YUV | 127.22 | 63.55 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 122 | 13 | 0 | 0.33 | 0.93 | 0.29 | 38.93 | 0.87 | 0.38 |
| Hex | B5 | 7A | D | 0 | 21 | 5D | 1D | 27 | 57 | 26 |
| Octal | 265 | 172 | 15 | 0 | 41 | 135 | 35 | 47 | 127 | 46 |
| Binary | 10110101 | 1111010 | 1101 | 0 | 100001 | 1011101 | 11101 | 100111 | 1010111 | 100110 |
Color Harmonies of #B57A0D
Complementary color
Monochromatic Colors of #B57A0D
Black with #B57A0D
Text Example
Text Example
White with #B57A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57A0D; }
p { color: rgb(181,122,13); }
H1.HeaderClassName
{
color: #B57A0D;
}
.AnyTagClassName
{
color: #B57A0D;
}
</style>
background-color css
<style>
a { background-color: #B57A0D; }
a { background-color: rgb(181,122,13); }
div.DivClassName
{
background-color: #B57A0D;
}
.BgClassName
{
background-color: #B57A0D;
}
</style>
border-color css
<style>
span { border-color: #B57A0D; }
span { border-color: rgb(181,122,13); }
td.TdClassName
{
border-color: #B57A0D;
}
.TagClassName
{
border-color: #B57A0D;
}
</style>