Shades of Dark Goldenrod #B37200
Tints of Dark Goldenrod #B37200
RGB
CMYK
RGB Variations
Color information
#B37200 (or 0xB37200) is known color: Dark Goldenrod. HEX triplet: B3, 72 and 00. RGB value is (179,114,0). Sum of RGB (Red+Green+Blue) = 179+114+0=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B37200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B37200 is #4C8DFF. Grayscale: #787878. Windows color (decimal): -5017088 or 29363. OLE color: 29363.
HSL color Cylindrical-coordinate representation of color #B37200: hue angle of 38.21º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B37200 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 114 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.30 |
| HSL | 38.21º | 1% | 0.35% | - |
| HSV(B) | 38.21º | 1% | 0.7% | - |
| XYZ | 24.61 | 21.62 | 2.88 | - |
| YUV | 120.44 | 60.03 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 114 | 0 | 0 | 0.36 | 1 | 0.30 | 38.21 | 1 | 0.35 |
| Hex | B3 | 72 | 0 | 0 | 24 | 64 | 1E | 26 | 64 | 23 |
| Octal | 263 | 162 | 0 | 0 | 44 | 144 | 36 | 46 | 144 | 43 |
| Binary | 10110011 | 1110010 | 0 | 0 | 100100 | 1100100 | 11110 | 100110 | 1100100 | 100011 |
Color Harmonies of #B37200
Complementary color
Monochromatic Colors of #B37200
Black with #B37200
Text Example
Text Example
White with #B37200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37200; }
p { color: rgb(179,114,0); }
H1.HeaderClassName
{
color: #B37200;
}
.AnyTagClassName
{
color: #B37200;
}
</style>
background-color css
<style>
a { background-color: #B37200; }
a { background-color: rgb(179,114,0); }
div.DivClassName
{
background-color: #B37200;
}
.BgClassName
{
background-color: #B37200;
}
</style>
border-color css
<style>
span { border-color: #B37200; }
span { border-color: rgb(179,114,0); }
td.TdClassName
{
border-color: #B37200;
}
.TagClassName
{
border-color: #B37200;
}
</style>