Shades of Dark Goldenrod #B28012
Tints of Dark Goldenrod #B28012
RGB
CMYK
RGB Variations
Color information
#B28012 (or 0xB28012) is known color: Dark Goldenrod. HEX triplet: B2, 80 and 12. RGB value is (178,128,18). Sum of RGB (Red+Green+Blue) = 178+128+18=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28012 is #4D7FED. Grayscale: #828282. Windows color (decimal): -5079022 or 1212594. OLE color: 1212594.
HSL color Cylindrical-coordinate representation of color #B28012: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B28012 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 18 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.30 |
| HSL | 41.25º | 0.82% | 0.38% | - |
| HSV(B) | 41.25º | 0.9% | 0.7% | - |
| XYZ | 26.19 | 24.95 | 4.01 | - |
| YUV | 130.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 18 | 0 | 0.28 | 0.90 | 0.30 | 41.25 | 0.82 | 0.38 |
| Hex | B2 | 80 | 12 | 0 | 1C | 5A | 1E | 29 | 52 | 26 |
| Octal | 262 | 200 | 22 | 0 | 34 | 132 | 36 | 51 | 122 | 46 |
| Binary | 10110010 | 10000000 | 10010 | 0 | 11100 | 1011010 | 11110 | 101001 | 1010010 | 100110 |
Color Harmonies of #B28012
Complementary color
Monochromatic Colors of #B28012
Black with #B28012
Text Example
Text Example
White with #B28012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28012; }
p { color: rgb(178,128,18); }
H1.HeaderClassName
{
color: #B28012;
}
.AnyTagClassName
{
color: #B28012;
}
</style>
background-color css
<style>
a { background-color: #B28012; }
a { background-color: rgb(178,128,18); }
div.DivClassName
{
background-color: #B28012;
}
.BgClassName
{
background-color: #B28012;
}
</style>
border-color css
<style>
span { border-color: #B28012; }
span { border-color: rgb(178,128,18); }
td.TdClassName
{
border-color: #B28012;
}
.TagClassName
{
border-color: #B28012;
}
</style>