Shades of Dark Goldenrod #B28402
Tints of Dark Goldenrod #B28402
RGB
CMYK
RGB Variations
Color information
#B28402 (or 0xB28402) is known color: Dark Goldenrod. HEX triplet: B2, 84 and 02. RGB value is (178,132,2). Sum of RGB (Red+Green+Blue) = 178+132+2=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B28402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28402 is #4D7BFD. Grayscale: #838383. Windows color (decimal): -5078014 or 165042. OLE color: 165042.
HSL color Cylindrical-coordinate representation of color #B28402: hue angle of 44.32º degrees, saturation: 0.98, 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 #B28402 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 2 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.30 |
| HSL | 44.32º | 0.98% | 0.35% | - |
| HSV(B) | 44.32º | 0.99% | 0.7% | - |
| XYZ | 26.62 | 25.97 | 3.67 | - |
| YUV | 130.93 | 55.24 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 2 | 0 | 0.26 | 0.99 | 0.30 | 44.32 | 0.98 | 0.35 |
| Hex | B2 | 84 | 2 | 0 | 1A | 63 | 1E | 2C | 62 | 23 |
| Octal | 262 | 204 | 2 | 0 | 32 | 143 | 36 | 54 | 142 | 43 |
| Binary | 10110010 | 10000100 | 10 | 0 | 11010 | 1100011 | 11110 | 101100 | 1100010 | 100011 |
Color Harmonies of #B28402
Complementary color
Monochromatic Colors of #B28402
Black with #B28402
Text Example
Text Example
White with #B28402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28402; }
p { color: rgb(178,132,2); }
H1.HeaderClassName
{
color: #B28402;
}
.AnyTagClassName
{
color: #B28402;
}
</style>
background-color css
<style>
a { background-color: #B28402; }
a { background-color: rgb(178,132,2); }
div.DivClassName
{
background-color: #B28402;
}
.BgClassName
{
background-color: #B28402;
}
</style>
border-color css
<style>
span { border-color: #B28402; }
span { border-color: rgb(178,132,2); }
td.TdClassName
{
border-color: #B28402;
}
.TagClassName
{
border-color: #B28402;
}
</style>