Shades of Dark Goldenrod #B28A05
Tints of Dark Goldenrod #B28A05
RGB
CMYK
RGB Variations
Color information
#B28A05 (or 0xB28A05) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 05. RGB value is (178,138,5). Sum of RGB (Red+Green+Blue) = 178+138+5=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A05 is #4D75FA. Grayscale: #878787. Windows color (decimal): -5076475 or 363186. OLE color: 363186.
HSL color Cylindrical-coordinate representation of color #B28A05: hue angle of 46.13º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B28A05 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.30 |
| HSL | 46.13º | 0.95% | 0.36% | - |
| HSV(B) | 46.13º | 0.97% | 0.7% | - |
| XYZ | 27.48 | 27.65 | 4.03 | - |
| YUV | 134.8 | 54.75 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 5 | 0 | 0.22 | 0.97 | 0.30 | 46.13 | 0.95 | 0.36 |
| Hex | B2 | 8A | 5 | 0 | 16 | 61 | 1E | 2E | 5F | 24 |
| Octal | 262 | 212 | 5 | 0 | 26 | 141 | 36 | 56 | 137 | 44 |
| Binary | 10110010 | 10001010 | 101 | 0 | 10110 | 1100001 | 11110 | 101110 | 1011111 | 100100 |
Color Harmonies of #B28A05
Complementary color
Monochromatic Colors of #B28A05
Black with #B28A05
Text Example
Text Example
White with #B28A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A05; }
p { color: rgb(178,138,5); }
H1.HeaderClassName
{
color: #B28A05;
}
.AnyTagClassName
{
color: #B28A05;
}
</style>
background-color css
<style>
a { background-color: #B28A05; }
a { background-color: rgb(178,138,5); }
div.DivClassName
{
background-color: #B28A05;
}
.BgClassName
{
background-color: #B28A05;
}
</style>
border-color css
<style>
span { border-color: #B28A05; }
span { border-color: rgb(178,138,5); }
td.TdClassName
{
border-color: #B28A05;
}
.TagClassName
{
border-color: #B28A05;
}
</style>