Shades of Dark Goldenrod #B28F14
Tints of Dark Goldenrod #B28F14
RGB
CMYK
RGB Variations
Color information
#B28F14 (or 0xB28F14) is known color: Dark Goldenrod. HEX triplet: B2, 8F and 14. RGB value is (178,143,20). Sum of RGB (Red+Green+Blue) = 178+143+20=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 143 (56.25% from 255 or 41.94% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28F14 is #4D70EB. Grayscale: #8B8B8B. Windows color (decimal): -5075180 or 1347506. OLE color: 1347506.
HSL color Cylindrical-coordinate representation of color #B28F14: hue angle of 46.71º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B28F14 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 20 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.30 |
| HSL | 46.71º | 0.8% | 0.39% | - |
| HSV(B) | 46.71º | 0.89% | 0.7% | - |
| XYZ | 28.31 | 29.16 | 4.8 | - |
| YUV | 139.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 20 | 0 | 0.20 | 0.89 | 0.30 | 46.71 | 0.8 | 0.39 |
| Hex | B2 | 8F | 14 | 0 | 14 | 59 | 1E | 2F | 50 | 27 |
| Octal | 262 | 217 | 24 | 0 | 24 | 131 | 36 | 57 | 120 | 47 |
| Binary | 10110010 | 10001111 | 10100 | 0 | 10100 | 1011001 | 11110 | 101111 | 1010000 | 100111 |
Color Harmonies of #B28F14
Complementary color
Monochromatic Colors of #B28F14
Black with #B28F14
Text Example
Text Example
White with #B28F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F14; }
p { color: rgb(178,143,20); }
H1.HeaderClassName
{
color: #B28F14;
}
.AnyTagClassName
{
color: #B28F14;
}
</style>
background-color css
<style>
a { background-color: #B28F14; }
a { background-color: rgb(178,143,20); }
div.DivClassName
{
background-color: #B28F14;
}
.BgClassName
{
background-color: #B28F14;
}
</style>
border-color css
<style>
span { border-color: #B28F14; }
span { border-color: rgb(178,143,20); }
td.TdClassName
{
border-color: #B28F14;
}
.TagClassName
{
border-color: #B28F14;
}
</style>