Shades of Dark Goldenrod #B8871B
Tints of Dark Goldenrod #B8871B
RGB
CMYK
RGB Variations
Color information
#B8871B (or 0xB8871B) is known color: Dark Goldenrod. HEX triplet: B8, 87 and 1B. RGB value is (184,135,27). Sum of RGB (Red+Green+Blue) = 184+135+27=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 135 (53.12% from 255 or 39.02% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B8871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8871B is #4778E4. Grayscale: #898989. Windows color (decimal): -4684005 or 1804216. OLE color: 1804216.
HSL color Cylindrical-coordinate representation of color #B8871B: hue angle of 41.27º 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 #B8871B is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 135 | 27 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.28 |
| HSL | 41.27º | 0.74% | 0.41% | - |
| HSV(B) | 41.27º | 0.85% | 0.72% | - |
| XYZ | 28.63 | 27.6 | 4.85 | - |
| YUV | 137.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 135 | 27 | 0 | 0.27 | 0.85 | 0.28 | 41.27 | 0.74 | 0.41 |
| Hex | B8 | 87 | 1B | 0 | 1B | 55 | 1C | 29 | 4A | 29 |
| Octal | 270 | 207 | 33 | 0 | 33 | 125 | 34 | 51 | 112 | 51 |
| Binary | 10111000 | 10000111 | 11011 | 0 | 11011 | 1010101 | 11100 | 101001 | 1001010 | 101001 |
Color Harmonies of #B8871B
Complementary color
Monochromatic Colors of #B8871B
Black with #B8871B
Text Example
Text Example
White with #B8871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8871B; }
p { color: rgb(184,135,27); }
H1.HeaderClassName
{
color: #B8871B;
}
.AnyTagClassName
{
color: #B8871B;
}
</style>
background-color css
<style>
a { background-color: #B8871B; }
a { background-color: rgb(184,135,27); }
div.DivClassName
{
background-color: #B8871B;
}
.BgClassName
{
background-color: #B8871B;
}
</style>
border-color css
<style>
span { border-color: #B8871B; }
span { border-color: rgb(184,135,27); }
td.TdClassName
{
border-color: #B8871B;
}
.TagClassName
{
border-color: #B8871B;
}
</style>