Shades of Dark Goldenrod #B18819
Tints of Dark Goldenrod #B18819
RGB
CMYK
RGB Variations
Color information
#B18819 (or 0xB18819) is known color: Dark Goldenrod. HEX triplet: B1, 88 and 19. RGB value is (177,136,25). Sum of RGB (Red+Green+Blue) = 177+136+25=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B18819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18819 is #4E77E6. Grayscale: #888888. Windows color (decimal): -5142503 or 1673393. OLE color: 1673393.
HSL color Cylindrical-coordinate representation of color #B18819: hue angle of 43.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B18819 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 136 | 25 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.31 |
| HSL | 43.82º | 0.75% | 0.4% | - |
| HSV(B) | 43.82º | 0.86% | 0.69% | - |
| XYZ | 27.11 | 27.03 | 4.71 | - |
| YUV | 135.61 | 65.58 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 136 | 25 | 0 | 0.23 | 0.86 | 0.31 | 43.82 | 0.75 | 0.4 |
| Hex | B1 | 88 | 19 | 0 | 17 | 56 | 1F | 2C | 4B | 28 |
| Octal | 261 | 210 | 31 | 0 | 27 | 126 | 37 | 54 | 113 | 50 |
| Binary | 10110001 | 10001000 | 11001 | 0 | 10111 | 1010110 | 11111 | 101100 | 1001011 | 101000 |
Color Harmonies of #B18819
Complementary color
Monochromatic Colors of #B18819
Black with #B18819
Text Example
Text Example
White with #B18819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18819; }
p { color: rgb(177,136,25); }
H1.HeaderClassName
{
color: #B18819;
}
.AnyTagClassName
{
color: #B18819;
}
</style>
background-color css
<style>
a { background-color: #B18819; }
a { background-color: rgb(177,136,25); }
div.DivClassName
{
background-color: #B18819;
}
.BgClassName
{
background-color: #B18819;
}
</style>
border-color css
<style>
span { border-color: #B18819; }
span { border-color: rgb(177,136,25); }
td.TdClassName
{
border-color: #B18819;
}
.TagClassName
{
border-color: #B18819;
}
</style>