Shades of Dark Goldenrod #B28A08
Tints of Dark Goldenrod #B28A08
RGB
CMYK
RGB Variations
Color information
#B28A08 (or 0xB28A08) is known color: Dark Goldenrod. HEX triplet: B2, 8A and 08. RGB value is (178,138,8). Sum of RGB (Red+Green+Blue) = 178+138+8=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28A08 is #4D75F7. Grayscale: #878787. Windows color (decimal): -5076472 or 559794. OLE color: 559794.
HSL color Cylindrical-coordinate representation of color #B28A08: hue angle of 45.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B28A08 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 8 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.30 |
| HSL | 45.88º | 0.91% | 0.36% | - |
| HSV(B) | 45.88º | 0.96% | 0.7% | - |
| XYZ | 27.49 | 27.66 | 4.12 | - |
| YUV | 135.14 | 56.25 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 8 | 0 | 0.22 | 0.96 | 0.30 | 45.88 | 0.91 | 0.36 |
| Hex | B2 | 8A | 8 | 0 | 16 | 60 | 1E | 2E | 5B | 24 |
| Octal | 262 | 212 | 10 | 0 | 26 | 140 | 36 | 56 | 133 | 44 |
| Binary | 10110010 | 10001010 | 1000 | 0 | 10110 | 1100000 | 11110 | 101110 | 1011011 | 100100 |
Color Harmonies of #B28A08
Complementary color
Monochromatic Colors of #B28A08
Black with #B28A08
Text Example
Text Example
White with #B28A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A08; }
p { color: rgb(178,138,8); }
H1.HeaderClassName
{
color: #B28A08;
}
.AnyTagClassName
{
color: #B28A08;
}
</style>
background-color css
<style>
a { background-color: #B28A08; }
a { background-color: rgb(178,138,8); }
div.DivClassName
{
background-color: #B28A08;
}
.BgClassName
{
background-color: #B28A08;
}
</style>
border-color css
<style>
span { border-color: #B28A08; }
span { border-color: rgb(178,138,8); }
td.TdClassName
{
border-color: #B28A08;
}
.TagClassName
{
border-color: #B28A08;
}
</style>