Shades of Dark Goldenrod #B18A0F
Tints of Dark Goldenrod #B18A0F
RGB
CMYK
RGB Variations
Color information
#B18A0F (or 0xB18A0F) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 0F. RGB value is (177,138,15). Sum of RGB (Red+Green+Blue) = 177+138+15=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 138 (54.30% from 255 or 41.82% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A0F is #4E75F0. Grayscale: #888888. Windows color (decimal): -5142001 or 1018545. OLE color: 1018545.
HSL color Cylindrical-coordinate representation of color #B18A0F: hue angle of 45.56º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B18A0F is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 15 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.31 |
| HSL | 45.56º | 0.84% | 0.38% | - |
| HSV(B) | 45.56º | 0.92% | 0.69% | - |
| XYZ | 27.31 | 27.56 | 4.33 | - |
| YUV | 135.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 15 | 0 | 0.22 | 0.92 | 0.31 | 45.56 | 0.84 | 0.38 |
| Hex | B1 | 8A | F | 0 | 16 | 5C | 1F | 2E | 54 | 26 |
| Octal | 261 | 212 | 17 | 0 | 26 | 134 | 37 | 56 | 124 | 46 |
| Binary | 10110001 | 10001010 | 1111 | 0 | 10110 | 1011100 | 11111 | 101110 | 1010100 | 100110 |
Color Harmonies of #B18A0F
Complementary color
Monochromatic Colors of #B18A0F
Black with #B18A0F
Text Example
Text Example
White with #B18A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A0F; }
p { color: rgb(177,138,15); }
H1.HeaderClassName
{
color: #B18A0F;
}
.AnyTagClassName
{
color: #B18A0F;
}
</style>
background-color css
<style>
a { background-color: #B18A0F; }
a { background-color: rgb(177,138,15); }
div.DivClassName
{
background-color: #B18A0F;
}
.BgClassName
{
background-color: #B18A0F;
}
</style>
border-color css
<style>
span { border-color: #B18A0F; }
span { border-color: rgb(177,138,15); }
td.TdClassName
{
border-color: #B18A0F;
}
.TagClassName
{
border-color: #B18A0F;
}
</style>