Shades of Dark Goldenrod #B8851B
Tints of Dark Goldenrod #B8851B
RGB
CMYK
RGB Variations
Color information
#B8851B (or 0xB8851B) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 1B. RGB value is (184,133,27). Sum of RGB (Red+Green+Blue) = 184+133+27=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8851B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8851B is #477AE4. Grayscale: #888888. Windows color (decimal): -4684517 or 1803704. OLE color: 1803704.
HSL color Cylindrical-coordinate representation of color #B8851B: hue angle of 40.51º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8851B is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 27 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.28 |
| HSL | 40.51º | 0.74% | 0.41% | - |
| HSV(B) | 40.51º | 0.85% | 0.72% | - |
| XYZ | 28.35 | 27.04 | 4.76 | - |
| YUV | 136.17 | 66.4 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 27 | 0 | 0.28 | 0.85 | 0.28 | 40.51 | 0.74 | 0.41 |
| Hex | B8 | 85 | 1B | 0 | 1C | 55 | 1C | 29 | 4A | 29 |
| Octal | 270 | 205 | 33 | 0 | 34 | 125 | 34 | 51 | 112 | 51 |
| Binary | 10111000 | 10000101 | 11011 | 0 | 11100 | 1010101 | 11100 | 101001 | 1001010 | 101001 |
Color Harmonies of #B8851B
Complementary color
Monochromatic Colors of #B8851B
Black with #B8851B
Text Example
Text Example
White with #B8851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8851B; }
p { color: rgb(184,133,27); }
H1.HeaderClassName
{
color: #B8851B;
}
.AnyTagClassName
{
color: #B8851B;
}
</style>
background-color css
<style>
a { background-color: #B8851B; }
a { background-color: rgb(184,133,27); }
div.DivClassName
{
background-color: #B8851B;
}
.BgClassName
{
background-color: #B8851B;
}
</style>
border-color css
<style>
span { border-color: #B8851B; }
span { border-color: rgb(184,133,27); }
td.TdClassName
{
border-color: #B8851B;
}
.TagClassName
{
border-color: #B8851B;
}
</style>