Shades of Dark Goldenrod #B28612
Tints of Dark Goldenrod #B28612
RGB
CMYK
RGB Variations
Color information
#B28612 (or 0xB28612) is known color: Dark Goldenrod. HEX triplet: B2, 86 and 12. RGB value is (178,134,18). Sum of RGB (Red+Green+Blue) = 178+134+18=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B28612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28612 is #4D79ED. Grayscale: #868686. Windows color (decimal): -5077486 or 1214130. OLE color: 1214130.
HSL color Cylindrical-coordinate representation of color #B28612: hue angle of 43.5º 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 #B28612 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 134 | 18 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.30 |
| HSL | 43.5º | 0.82% | 0.38% | - |
| HSV(B) | 43.5º | 0.9% | 0.7% | - |
| XYZ | 26.99 | 26.56 | 4.28 | - |
| YUV | 133.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 134 | 18 | 0 | 0.25 | 0.90 | 0.30 | 43.5 | 0.82 | 0.38 |
| Hex | B2 | 86 | 12 | 0 | 19 | 5A | 1E | 2C | 52 | 26 |
| Octal | 262 | 206 | 22 | 0 | 31 | 132 | 36 | 54 | 122 | 46 |
| Binary | 10110010 | 10000110 | 10010 | 0 | 11001 | 1011010 | 11110 | 101100 | 1010010 | 100110 |
Color Harmonies of #B28612
Complementary color
Monochromatic Colors of #B28612
Black with #B28612
Text Example
Text Example
White with #B28612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28612; }
p { color: rgb(178,134,18); }
H1.HeaderClassName
{
color: #B28612;
}
.AnyTagClassName
{
color: #B28612;
}
</style>
background-color css
<style>
a { background-color: #B28612; }
a { background-color: rgb(178,134,18); }
div.DivClassName
{
background-color: #B28612;
}
.BgClassName
{
background-color: #B28612;
}
</style>
border-color css
<style>
span { border-color: #B28612; }
span { border-color: rgb(178,134,18); }
td.TdClassName
{
border-color: #B28612;
}
.TagClassName
{
border-color: #B28612;
}
</style>