Shades of Dark Goldenrod #B28C10
Tints of Dark Goldenrod #B28C10
RGB
CMYK
RGB Variations
Color information
#B28C10 (or 0xB28C10) is known color: Dark Goldenrod. HEX triplet: B2, 8C and 10. RGB value is (178,140,16). Sum of RGB (Red+Green+Blue) = 178+140+16=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28C10 is #4D73EF. Grayscale: #898989. Windows color (decimal): -5075952 or 1084594. OLE color: 1084594.
HSL color Cylindrical-coordinate representation of color #B28C10: hue angle of 45.93º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B28C10 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 140 | 16 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.30 |
| HSL | 45.93º | 0.84% | 0.38% | - |
| HSV(B) | 45.93º | 0.91% | 0.7% | - |
| XYZ | 27.83 | 28.26 | 4.48 | - |
| YUV | 137.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 140 | 16 | 0 | 0.21 | 0.91 | 0.30 | 45.93 | 0.84 | 0.38 |
| Hex | B2 | 8C | 10 | 0 | 15 | 5B | 1E | 2E | 54 | 26 |
| Octal | 262 | 214 | 20 | 0 | 25 | 133 | 36 | 56 | 124 | 46 |
| Binary | 10110010 | 10001100 | 10000 | 0 | 10101 | 1011011 | 11110 | 101110 | 1010100 | 100110 |
Color Harmonies of #B28C10
Complementary color
Monochromatic Colors of #B28C10
Black with #B28C10
Text Example
Text Example
White with #B28C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28C10; }
p { color: rgb(178,140,16); }
H1.HeaderClassName
{
color: #B28C10;
}
.AnyTagClassName
{
color: #B28C10;
}
</style>
background-color css
<style>
a { background-color: #B28C10; }
a { background-color: rgb(178,140,16); }
div.DivClassName
{
background-color: #B28C10;
}
.BgClassName
{
background-color: #B28C10;
}
</style>
border-color css
<style>
span { border-color: #B28C10; }
span { border-color: rgb(178,140,16); }
td.TdClassName
{
border-color: #B28C10;
}
.TagClassName
{
border-color: #B28C10;
}
</style>