Shades of Dark Goldenrod #B38200
Tints of Dark Goldenrod #B38200
RGB
CMYK
RGB Variations
Color information
#B38200 (or 0xB38200) is known color: Dark Goldenrod. HEX triplet: B3, 82 and 00. RGB value is (179,130,0). Sum of RGB (Red+Green+Blue) = 179+130+0=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B38200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38200 is #4C7DFF. Grayscale: #828282. Windows color (decimal): -5012992 or 33459. OLE color: 33459.
HSL color Cylindrical-coordinate representation of color #B38200: hue angle of 43.58º 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 #B38200 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 130 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.30 |
| HSL | 43.58º | 1% | 0.35% | - |
| HSV(B) | 43.58º | 1% | 0.7% | - |
| XYZ | 26.57 | 25.55 | 3.53 | - |
| YUV | 129.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 130 | 0 | 0 | 0.27 | 1 | 0.30 | 43.58 | 1 | 0.35 |
| Hex | B3 | 82 | 0 | 0 | 1B | 64 | 1E | 2C | 64 | 23 |
| Octal | 263 | 202 | 0 | 0 | 33 | 144 | 36 | 54 | 144 | 43 |
| Binary | 10110011 | 10000010 | 0 | 0 | 11011 | 1100100 | 11110 | 101100 | 1100100 | 100011 |
Color Harmonies of #B38200
Complementary color
Monochromatic Colors of #B38200
Black with #B38200
Text Example
Text Example
White with #B38200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38200; }
p { color: rgb(179,130,0); }
H1.HeaderClassName
{
color: #B38200;
}
.AnyTagClassName
{
color: #B38200;
}
</style>
background-color css
<style>
a { background-color: #B38200; }
a { background-color: rgb(179,130,0); }
div.DivClassName
{
background-color: #B38200;
}
.BgClassName
{
background-color: #B38200;
}
</style>
border-color css
<style>
span { border-color: #B38200; }
span { border-color: rgb(179,130,0); }
td.TdClassName
{
border-color: #B38200;
}
.TagClassName
{
border-color: #B38200;
}
</style>