Shades of Dark Goldenrod #B18A12
Tints of Dark Goldenrod #B18A12
RGB
CMYK
RGB Variations
Color information
#B18A12 (or 0xB18A12) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 12. RGB value is (177,138,18). Sum of RGB (Red+Green+Blue) = 177+138+18=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A12 is #4E75ED. Grayscale: #888888. Windows color (decimal): -5141998 or 1215153. OLE color: 1215153.
HSL color Cylindrical-coordinate representation of color #B18A12: hue angle of 45.28º 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 #B18A12 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.31 |
| HSL | 45.28º | 0.82% | 0.38% | - |
| HSV(B) | 45.28º | 0.9% | 0.69% | - |
| XYZ | 27.33 | 27.57 | 4.45 | - |
| YUV | 135.98 | 61.42 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 18 | 0 | 0.22 | 0.90 | 0.31 | 45.28 | 0.82 | 0.38 |
| Hex | B1 | 8A | 12 | 0 | 16 | 5A | 1F | 2D | 52 | 26 |
| Octal | 261 | 212 | 22 | 0 | 26 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10110001 | 10001010 | 10010 | 0 | 10110 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #B18A12
Complementary color
Monochromatic Colors of #B18A12
Black with #B18A12
Text Example
Text Example
White with #B18A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A12; }
p { color: rgb(177,138,18); }
H1.HeaderClassName
{
color: #B18A12;
}
.AnyTagClassName
{
color: #B18A12;
}
</style>
background-color css
<style>
a { background-color: #B18A12; }
a { background-color: rgb(177,138,18); }
div.DivClassName
{
background-color: #B18A12;
}
.BgClassName
{
background-color: #B18A12;
}
</style>
border-color css
<style>
span { border-color: #B18A12; }
span { border-color: rgb(177,138,18); }
td.TdClassName
{
border-color: #B18A12;
}
.TagClassName
{
border-color: #B18A12;
}
</style>