Shades of Dark Goldenrod #B8851D
Tints of Dark Goldenrod #B8851D
RGB
CMYK
RGB Variations
Color information
#B8851D (or 0xB8851D) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 1D. RGB value is (184,133,29). Sum of RGB (Red+Green+Blue) = 184+133+29=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8851D is #477AE2. Grayscale: #888888. Windows color (decimal): -4684515 or 1934776. OLE color: 1934776.
HSL color Cylindrical-coordinate representation of color #B8851D: hue angle of 40.26º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8851D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 29 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.28 |
| HSL | 40.26º | 0.73% | 0.42% | - |
| HSV(B) | 40.26º | 0.84% | 0.72% | - |
| XYZ | 28.38 | 27.05 | 4.89 | - |
| YUV | 136.39 | 67.4 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 29 | 0 | 0.28 | 0.84 | 0.28 | 40.26 | 0.73 | 0.42 |
| Hex | B8 | 85 | 1D | 0 | 1C | 54 | 1C | 28 | 49 | 2A |
| Octal | 270 | 205 | 35 | 0 | 34 | 124 | 34 | 50 | 111 | 52 |
| Binary | 10111000 | 10000101 | 11101 | 0 | 11100 | 1010100 | 11100 | 101000 | 1001001 | 101010 |
Color Harmonies of #B8851D
Complementary color
Monochromatic Colors of #B8851D
Black with #B8851D
Text Example
Text Example
White with #B8851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8851D; }
p { color: rgb(184,133,29); }
H1.HeaderClassName
{
color: #B8851D;
}
.AnyTagClassName
{
color: #B8851D;
}
</style>
background-color css
<style>
a { background-color: #B8851D; }
a { background-color: rgb(184,133,29); }
div.DivClassName
{
background-color: #B8851D;
}
.BgClassName
{
background-color: #B8851D;
}
</style>
border-color css
<style>
span { border-color: #B8851D; }
span { border-color: rgb(184,133,29); }
td.TdClassName
{
border-color: #B8851D;
}
.TagClassName
{
border-color: #B8851D;
}
</style>