Shades of Dark Goldenrod #B8890D
Tints of Dark Goldenrod #B8890D
RGB
CMYK
RGB Variations
Color information
#B8890D (or 0xB8890D) is known color: Dark Goldenrod. HEX triplet: B8, 89 and 0D. RGB value is (184,137,13). Sum of RGB (Red+Green+Blue) = 184+137+13=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B8890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8890D is #4776F2. Grayscale: #898989. Windows color (decimal): -4683507 or 887224. OLE color: 887224.
HSL color Cylindrical-coordinate representation of color #B8890D: hue angle of 43.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8890D is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 137 | 13 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.28 |
| HSL | 43.51º | 0.87% | 0.39% | - |
| HSV(B) | 43.51º | 0.93% | 0.72% | - |
| XYZ | 28.79 | 28.11 | 4.29 | - |
| YUV | 136.92 | 58.07 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 137 | 13 | 0 | 0.26 | 0.93 | 0.28 | 43.51 | 0.87 | 0.39 |
| Hex | B8 | 89 | D | 0 | 1A | 5D | 1C | 2C | 57 | 27 |
| Octal | 270 | 211 | 15 | 0 | 32 | 135 | 34 | 54 | 127 | 47 |
| Binary | 10111000 | 10001001 | 1101 | 0 | 11010 | 1011101 | 11100 | 101100 | 1010111 | 100111 |
Color Harmonies of #B8890D
Complementary color
Monochromatic Colors of #B8890D
Black with #B8890D
Text Example
Text Example
White with #B8890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8890D; }
p { color: rgb(184,137,13); }
H1.HeaderClassName
{
color: #B8890D;
}
.AnyTagClassName
{
color: #B8890D;
}
</style>
background-color css
<style>
a { background-color: #B8890D; }
a { background-color: rgb(184,137,13); }
div.DivClassName
{
background-color: #B8890D;
}
.BgClassName
{
background-color: #B8890D;
}
</style>
border-color css
<style>
span { border-color: #B8890D; }
span { border-color: rgb(184,137,13); }
td.TdClassName
{
border-color: #B8890D;
}
.TagClassName
{
border-color: #B8890D;
}
</style>