Shades of Dark Goldenrod #B28C0E
Tints of Dark Goldenrod #B28C0E
RGB
CMYK
RGB Variations
Color information
#B28C0E (or 0xB28C0E) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 0E. RGB value is (178,140,14). Sum of RGB (Red+Green+Blue) = 178+140+14=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 140 (55.08% from 255 or 42.17% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C0E is #4D73F1. Grayscale: #898989. Windows color (decimal): -5075954 or 953522. OLE color: 953522.
HSL color Cylindrical-coordinate representation of color #B28C0E: hue angle of 46.1º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B28C0E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.30 |
| HSL | 46.1º | 0.85% | 0.38% | - |
| HSV(B) | 46.1º | 0.92% | 0.7% | - |
| XYZ | 27.82 | 28.25 | 4.4 | - |
| YUV | 137 | 58.59 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 14 | 0 | 0.21 | 0.92 | 0.30 | 46.1 | 0.85 | 0.38 |
| Hex | B2 | 8C | E | 0 | 15 | 5C | 1E | 2E | 55 | 26 |
| Octal | 262 | 214 | 16 | 0 | 25 | 134 | 36 | 56 | 125 | 46 |
| Binary | 10110010 | 10001100 | 1110 | 0 | 10101 | 1011100 | 11110 | 101110 | 1010101 | 100110 |
Color Harmonies of #B28C0E
Complementary color
Monochromatic Colors of #B28C0E
Black with #B28C0E
Text Example
Text Example
White with #B28C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C0E; }
p { color: rgb(178,140,14); }
H1.HeaderClassName
{
color: #B28C0E;
}
.AnyTagClassName
{
color: #B28C0E;
}
</style>
background-color css
<style>
a { background-color: #B28C0E; }
a { background-color: rgb(178,140,14); }
div.DivClassName
{
background-color: #B28C0E;
}
.BgClassName
{
background-color: #B28C0E;
}
</style>
border-color css
<style>
span { border-color: #B28C0E; }
span { border-color: rgb(178,140,14); }
td.TdClassName
{
border-color: #B28C0E;
}
.TagClassName
{
border-color: #B28C0E;
}
</style>