Shades of Dark Goldenrod #B07100
Tints of Dark Goldenrod #B07100
RGB
CMYK
RGB Variations
Color information
#B07100 (or 0xB07100) is known color: Dark Goldenrod. HEX triplet: B0, 71 and 00. RGB value is (176,113,0). Sum of RGB (Red+Green+Blue) = 176+113+0=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B07100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07100 is #4F8EFF. Grayscale: #777777. Windows color (decimal): -5213952 or 29104. OLE color: 29104.
HSL color Cylindrical-coordinate representation of color #B07100: hue angle of 38.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B07100 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 113 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.31 |
| HSL | 38.52º | 1% | 0.35% | - |
| HSV(B) | 38.52º | 1% | 0.69% | - |
| XYZ | 23.81 | 21.04 | 2.81 | - |
| YUV | 118.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 113 | 0 | 0 | 0.36 | 1 | 0.31 | 38.52 | 1 | 0.35 |
| Hex | B0 | 71 | 0 | 0 | 24 | 64 | 1F | 27 | 64 | 23 |
| Octal | 260 | 161 | 0 | 0 | 44 | 144 | 37 | 47 | 144 | 43 |
| Binary | 10110000 | 1110001 | 0 | 0 | 100100 | 1100100 | 11111 | 100111 | 1100100 | 100011 |
Color Harmonies of #B07100
Complementary color
Monochromatic Colors of #B07100
Black with #B07100
Text Example
Text Example
White with #B07100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07100; }
p { color: rgb(176,113,0); }
H1.HeaderClassName
{
color: #B07100;
}
.AnyTagClassName
{
color: #B07100;
}
</style>
background-color css
<style>
a { background-color: #B07100; }
a { background-color: rgb(176,113,0); }
div.DivClassName
{
background-color: #B07100;
}
.BgClassName
{
background-color: #B07100;
}
</style>
border-color css
<style>
span { border-color: #B07100; }
span { border-color: rgb(176,113,0); }
td.TdClassName
{
border-color: #B07100;
}
.TagClassName
{
border-color: #B07100;
}
</style>