Shades of Dark Goldenrod #B18A04
Tints of Dark Goldenrod #B18A04
RGB
CMYK
RGB Variations
Color information
#B18A04 (or 0xB18A04) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 04. RGB value is (177,138,4). Sum of RGB (Red+Green+Blue) = 177+138+4=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A04 is #4E75FB. Grayscale: #868686. Windows color (decimal): -5142012 or 297649. OLE color: 297649.
HSL color Cylindrical-coordinate representation of color #B18A04: hue angle of 46.47º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18A04 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.31 |
| HSL | 46.47º | 0.96% | 0.35% | - |
| HSV(B) | 46.47º | 0.98% | 0.69% | - |
| XYZ | 27.24 | 27.53 | 3.99 | - |
| YUV | 134.39 | 54.42 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 4 | 0 | 0.22 | 0.98 | 0.31 | 46.47 | 0.96 | 0.35 |
| Hex | B1 | 8A | 4 | 0 | 16 | 62 | 1F | 2E | 60 | 23 |
| Octal | 261 | 212 | 4 | 0 | 26 | 142 | 37 | 56 | 140 | 43 |
| Binary | 10110001 | 10001010 | 100 | 0 | 10110 | 1100010 | 11111 | 101110 | 1100000 | 100011 |
Color Harmonies of #B18A04
Complementary color
Monochromatic Colors of #B18A04
Black with #B18A04
Text Example
Text Example
White with #B18A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A04; }
p { color: rgb(177,138,4); }
H1.HeaderClassName
{
color: #B18A04;
}
.AnyTagClassName
{
color: #B18A04;
}
</style>
background-color css
<style>
a { background-color: #B18A04; }
a { background-color: rgb(177,138,4); }
div.DivClassName
{
background-color: #B18A04;
}
.BgClassName
{
background-color: #B18A04;
}
</style>
border-color css
<style>
span { border-color: #B18A04; }
span { border-color: rgb(177,138,4); }
td.TdClassName
{
border-color: #B18A04;
}
.TagClassName
{
border-color: #B18A04;
}
</style>