Shades of Dark Goldenrod #B28401
Tints of Dark Goldenrod #B28401
RGB
CMYK
RGB Variations
Color information
#B28401 (or 0xB28401) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 01. RGB value is (178,132,1). Sum of RGB (Red+Green+Blue) = 178+132+1=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 1 (0.78% from 255 or 0.32% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B28401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28401 is #4D7BFE. Grayscale: #838383. Windows color (decimal): -5078015 or 99506. OLE color: 99506.
HSL color Cylindrical-coordinate representation of color #B28401: hue angle of 44.41º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B28401 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.30 |
| HSL | 44.41º | 0.99% | 0.35% | - |
| HSV(B) | 44.41º | 0.99% | 0.7% | - |
| XYZ | 26.62 | 25.97 | 3.64 | - |
| YUV | 130.82 | 54.74 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 1 | 0 | 0.26 | 0.99 | 0.30 | 44.41 | 0.99 | 0.35 |
| Hex | B2 | 84 | 1 | 0 | 1A | 63 | 1E | 2C | 63 | 23 |
| Octal | 262 | 204 | 1 | 0 | 32 | 143 | 36 | 54 | 143 | 43 |
| Binary | 10110010 | 10000100 | 1 | 0 | 11010 | 1100011 | 11110 | 101100 | 1100011 | 100011 |
Color Harmonies of #B28401
Complementary color
Monochromatic Colors of #B28401
Black with #B28401
Text Example
Text Example
White with #B28401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28401; }
p { color: rgb(178,132,1); }
H1.HeaderClassName
{
color: #B28401;
}
.AnyTagClassName
{
color: #B28401;
}
</style>
background-color css
<style>
a { background-color: #B28401; }
a { background-color: rgb(178,132,1); }
div.DivClassName
{
background-color: #B28401;
}
.BgClassName
{
background-color: #B28401;
}
</style>
border-color css
<style>
span { border-color: #B28401; }
span { border-color: rgb(178,132,1); }
td.TdClassName
{
border-color: #B28401;
}
.TagClassName
{
border-color: #B28401;
}
</style>