Shades of Dark Goldenrod #B18812
Tints of Dark Goldenrod #B18812
RGB
CMYK
RGB Variations
Color information
#B18812 (or 0xB18812) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 12. RGB value is (177,136,18). Sum of RGB (Red+Green+Blue) = 177+136+18=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B18812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18812 is #4E77ED. Grayscale: #878787. Windows color (decimal): -5142510 or 1214641. OLE color: 1214641.
HSL color Cylindrical-coordinate representation of color #B18812: hue angle of 44.53º 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 #B18812 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 18 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.31 |
| HSL | 44.53º | 0.82% | 0.38% | - |
| HSV(B) | 44.53º | 0.9% | 0.69% | - |
| XYZ | 27.04 | 27 | 4.36 | - |
| YUV | 134.81 | 62.08 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 18 | 0 | 0.23 | 0.90 | 0.31 | 44.53 | 0.82 | 0.38 |
| Hex | B1 | 88 | 12 | 0 | 17 | 5A | 1F | 2D | 52 | 26 |
| Octal | 261 | 210 | 22 | 0 | 27 | 132 | 37 | 55 | 122 | 46 |
| Binary | 10110001 | 10001000 | 10010 | 0 | 10111 | 1011010 | 11111 | 101101 | 1010010 | 100110 |
Color Harmonies of #B18812
Complementary color
Monochromatic Colors of #B18812
Black with #B18812
Text Example
Text Example
White with #B18812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18812; }
p { color: rgb(177,136,18); }
H1.HeaderClassName
{
color: #B18812;
}
.AnyTagClassName
{
color: #B18812;
}
</style>
background-color css
<style>
a { background-color: #B18812; }
a { background-color: rgb(177,136,18); }
div.DivClassName
{
background-color: #B18812;
}
.BgClassName
{
background-color: #B18812;
}
</style>
border-color css
<style>
span { border-color: #B18812; }
span { border-color: rgb(177,136,18); }
td.TdClassName
{
border-color: #B18812;
}
.TagClassName
{
border-color: #B18812;
}
</style>