Shades of Dark Goldenrod #B18A00
Tints of Dark Goldenrod #B18A00
RGB
CMYK
RGB Variations
Color information
#B18A00 (or 0xB18A00) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 00. RGB value is (177,138,0). Sum of RGB (Red+Green+Blue) = 177+138+0=315 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.19% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A00 is #4E75FF. Grayscale: #868686. Windows color (decimal): -5142016 or 35505. OLE color: 35505.
HSL color Cylindrical-coordinate representation of color #B18A00: hue angle of 46.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B18A00 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.31 |
| HSL | 46.78º | 1% | 0.35% | - |
| HSV(B) | 46.78º | 1% | 0.69% | - |
| XYZ | 27.22 | 27.52 | 3.88 | - |
| YUV | 133.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 0 | 0 | 0.22 | 1 | 0.31 | 46.78 | 1 | 0.35 |
| Hex | B1 | 8A | 0 | 0 | 16 | 64 | 1F | 2F | 64 | 23 |
| Octal | 261 | 212 | 0 | 0 | 26 | 144 | 37 | 57 | 144 | 43 |
| Binary | 10110001 | 10001010 | 0 | 0 | 10110 | 1100100 | 11111 | 101111 | 1100100 | 100011 |
Color Harmonies of #B18A00
Complementary color
Monochromatic Colors of #B18A00
Black with #B18A00
Text Example
Text Example
White with #B18A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A00; }
p { color: rgb(177,138,0); }
H1.HeaderClassName
{
color: #B18A00;
}
.AnyTagClassName
{
color: #B18A00;
}
</style>
background-color css
<style>
a { background-color: #B18A00; }
a { background-color: rgb(177,138,0); }
div.DivClassName
{
background-color: #B18A00;
}
.BgClassName
{
background-color: #B18A00;
}
</style>
border-color css
<style>
span { border-color: #B18A00; }
span { border-color: rgb(177,138,0); }
td.TdClassName
{
border-color: #B18A00;
}
.TagClassName
{
border-color: #B18A00;
}
</style>