Shades of Dark Goldenrod #B18C0E
Tints of Dark Goldenrod #B18C0E
RGB
CMYK
RGB Variations
Color information
#B18C0E (or 0xB18C0E) is known color: Dark Goldenrod. HEX triplet: B1, 8C and 0E. RGB value is (177,140,14). Sum of RGB (Red+Green+Blue) = 177+140+14=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 140 (55.08% from 255 or 42.30% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C0E is #4E73F1. Grayscale: #898989. Windows color (decimal): -5141490 or 953521. OLE color: 953521.
HSL color Cylindrical-coordinate representation of color #B18C0E: hue angle of 46.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B18C0E is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 14 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.31 |
| HSL | 46.38º | 0.85% | 0.37% | - |
| HSV(B) | 46.38º | 0.92% | 0.69% | - |
| XYZ | 27.59 | 28.13 | 4.39 | - |
| YUV | 136.7 | 58.76 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 14 | 0 | 0.21 | 0.92 | 0.31 | 46.38 | 0.85 | 0.37 |
| Hex | B1 | 8C | E | 0 | 15 | 5C | 1F | 2E | 55 | 25 |
| Octal | 261 | 214 | 16 | 0 | 25 | 134 | 37 | 56 | 125 | 45 |
| Binary | 10110001 | 10001100 | 1110 | 0 | 10101 | 1011100 | 11111 | 101110 | 1010101 | 100101 |
Color Harmonies of #B18C0E
Complementary color
Monochromatic Colors of #B18C0E
Black with #B18C0E
Text Example
Text Example
White with #B18C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C0E; }
p { color: rgb(177,140,14); }
H1.HeaderClassName
{
color: #B18C0E;
}
.AnyTagClassName
{
color: #B18C0E;
}
</style>
background-color css
<style>
a { background-color: #B18C0E; }
a { background-color: rgb(177,140,14); }
div.DivClassName
{
background-color: #B18C0E;
}
.BgClassName
{
background-color: #B18C0E;
}
</style>
border-color css
<style>
span { border-color: #B18C0E; }
span { border-color: rgb(177,140,14); }
td.TdClassName
{
border-color: #B18C0E;
}
.TagClassName
{
border-color: #B18C0E;
}
</style>