Shades of Dark Goldenrod #B18C12
Tints of Dark Goldenrod #B18C12
RGB
CMYK
RGB Variations
Color information
#B18C12 (or 0xB18C12) is known color: Dark Goldenrod. HEX triplet: B1, 8C and 12. RGB value is (177,140,18). Sum of RGB (Red+Green+Blue) = 177+140+18=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B18C12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18C12 is #4E73ED. Grayscale: #898989. Windows color (decimal): -5141486 or 1215665. OLE color: 1215665.
HSL color Cylindrical-coordinate representation of color #B18C12: hue angle of 46.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B18C12 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 140 | 18 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.31 |
| HSL | 46.04º | 0.82% | 0.38% | - |
| HSV(B) | 46.04º | 0.9% | 0.69% | - |
| XYZ | 27.62 | 28.15 | 4.55 | - |
| YUV | 137.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 140 | 18 | 0 | 0.21 | 0.90 | 0.31 | 46.04 | 0.82 | 0.38 |
| Hex | B1 | 8C | 12 | 0 | 15 | 5A | 1F | 2E | 52 | 26 |
| Octal | 261 | 214 | 22 | 0 | 25 | 132 | 37 | 56 | 122 | 46 |
| Binary | 10110001 | 10001100 | 10010 | 0 | 10101 | 1011010 | 11111 | 101110 | 1010010 | 100110 |
Color Harmonies of #B18C12
Complementary color
Monochromatic Colors of #B18C12
Black with #B18C12
Text Example
Text Example
White with #B18C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18C12; }
p { color: rgb(177,140,18); }
H1.HeaderClassName
{
color: #B18C12;
}
.AnyTagClassName
{
color: #B18C12;
}
</style>
background-color css
<style>
a { background-color: #B18C12; }
a { background-color: rgb(177,140,18); }
div.DivClassName
{
background-color: #B18C12;
}
.BgClassName
{
background-color: #B18C12;
}
</style>
border-color css
<style>
span { border-color: #B18C12; }
span { border-color: rgb(177,140,18); }
td.TdClassName
{
border-color: #B18C12;
}
.TagClassName
{
border-color: #B18C12;
}
</style>