Shades of Dark Goldenrod #B28400
Tints of Dark Goldenrod #B28400
RGB
CMYK
RGB Variations
Color information
#B28400 (or 0xB28400) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 00. RGB value is (178,132,0). Sum of RGB (Red+Green+Blue) = 178+132+0=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B28400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28400 is #4D7BFF. Grayscale: #838383. Windows color (decimal): -5078016 or 33970. OLE color: 33970.
HSL color Cylindrical-coordinate representation of color #B28400: hue angle of 44.49º 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 #B28400 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.30 |
| HSL | 44.49º | 1% | 0.35% | - |
| HSV(B) | 44.49º | 1% | 0.7% | - |
| XYZ | 26.61 | 25.97 | 3.61 | - |
| YUV | 130.71 | 54.24 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 0 | 0 | 0.26 | 1 | 0.30 | 44.49 | 1 | 0.35 |
| Hex | B2 | 84 | 0 | 0 | 1A | 64 | 1E | 2C | 64 | 23 |
| Octal | 262 | 204 | 0 | 0 | 32 | 144 | 36 | 54 | 144 | 43 |
| Binary | 10110010 | 10000100 | 0 | 0 | 11010 | 1100100 | 11110 | 101100 | 1100100 | 100011 |
Color Harmonies of #B28400
Complementary color
Monochromatic Colors of #B28400
Black with #B28400
Text Example
Text Example
White with #B28400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28400; }
p { color: rgb(178,132,0); }
H1.HeaderClassName
{
color: #B28400;
}
.AnyTagClassName
{
color: #B28400;
}
</style>
background-color css
<style>
a { background-color: #B28400; }
a { background-color: rgb(178,132,0); }
div.DivClassName
{
background-color: #B28400;
}
.BgClassName
{
background-color: #B28400;
}
</style>
border-color css
<style>
span { border-color: #B28400; }
span { border-color: rgb(178,132,0); }
td.TdClassName
{
border-color: #B28400;
}
.TagClassName
{
border-color: #B28400;
}
</style>