Shades of Dark Goldenrod #B18C00
Tints of Dark Goldenrod #B18C00
RGB
CMYK
RGB Variations
Color information
#B18C00 (or 0xB18C00) is known color: Dark Goldenrod. HEX triplet: B1, 8C and 00. RGB value is (177,140,0). Sum of RGB (Red+Green+Blue) = 177+140+0=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C00 is #4E73FF. Grayscale: #878787. Windows color (decimal): -5141504 or 36017. OLE color: 36017.
HSL color Cylindrical-coordinate representation of color #B18C00: hue angle of 47.46º 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 #B18C00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.31 |
| HSL | 47.46º | 1% | 0.35% | - |
| HSV(B) | 47.46º | 1% | 0.69% | - |
| XYZ | 27.51 | 28.1 | 3.97 | - |
| YUV | 135.1 | 51.76 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 0 | 0 | 0.21 | 1 | 0.31 | 47.46 | 1 | 0.35 |
| Hex | B1 | 8C | 0 | 0 | 15 | 64 | 1F | 2F | 64 | 23 |
| Octal | 261 | 214 | 0 | 0 | 25 | 144 | 37 | 57 | 144 | 43 |
| Binary | 10110001 | 10001100 | 0 | 0 | 10101 | 1100100 | 11111 | 101111 | 1100100 | 100011 |
Color Harmonies of #B18C00
Complementary color
Monochromatic Colors of #B18C00
Black with #B18C00
Text Example
Text Example
White with #B18C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C00; }
p { color: rgb(177,140,0); }
H1.HeaderClassName
{
color: #B18C00;
}
.AnyTagClassName
{
color: #B18C00;
}
</style>
background-color css
<style>
a { background-color: #B18C00; }
a { background-color: rgb(177,140,0); }
div.DivClassName
{
background-color: #B18C00;
}
.BgClassName
{
background-color: #B18C00;
}
</style>
border-color css
<style>
span { border-color: #B18C00; }
span { border-color: rgb(177,140,0); }
td.TdClassName
{
border-color: #B18C00;
}
.TagClassName
{
border-color: #B18C00;
}
</style>