Shades of Dark Goldenrod #B18A08
Tints of Dark Goldenrod #B18A08
RGB
CMYK
RGB Variations
Color information
#B18A08 (or 0xB18A08) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 08. RGB value is (177,138,8). Sum of RGB (Red+Green+Blue) = 177+138+8=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A08 is #4E75F7. Grayscale: #878787. Windows color (decimal): -5142008 or 559793. OLE color: 559793.
HSL color Cylindrical-coordinate representation of color #B18A08: hue angle of 46.15º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18A08 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 8 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.31 |
| HSL | 46.15º | 0.91% | 0.36% | - |
| HSV(B) | 46.15º | 0.95% | 0.69% | - |
| XYZ | 27.26 | 27.54 | 4.11 | - |
| YUV | 134.84 | 56.42 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 8 | 0 | 0.22 | 0.95 | 0.31 | 46.15 | 0.91 | 0.36 |
| Hex | B1 | 8A | 8 | 0 | 16 | 5F | 1F | 2E | 5B | 24 |
| Octal | 261 | 212 | 10 | 0 | 26 | 137 | 37 | 56 | 133 | 44 |
| Binary | 10110001 | 10001010 | 1000 | 0 | 10110 | 1011111 | 11111 | 101110 | 1011011 | 100100 |
Color Harmonies of #B18A08
Complementary color
Monochromatic Colors of #B18A08
Black with #B18A08
Text Example
Text Example
White with #B18A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A08; }
p { color: rgb(177,138,8); }
H1.HeaderClassName
{
color: #B18A08;
}
.AnyTagClassName
{
color: #B18A08;
}
</style>
background-color css
<style>
a { background-color: #B18A08; }
a { background-color: rgb(177,138,8); }
div.DivClassName
{
background-color: #B18A08;
}
.BgClassName
{
background-color: #B18A08;
}
</style>
border-color css
<style>
span { border-color: #B18A08; }
span { border-color: rgb(177,138,8); }
td.TdClassName
{
border-color: #B18A08;
}
.TagClassName
{
border-color: #B18A08;
}
</style>