Shades of Dark Goldenrod #B8861B
Tints of Dark Goldenrod #B8861B
RGB
CMYK
RGB Variations
Color information
#B8861B (or 0xB8861B) is known color: Dark Goldenrod. HEX triplet: B8, 86 and 1B. RGB value is (184,134,27). Sum of RGB (Red+Green+Blue) = 184+134+27=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8861B is #4779E4. Grayscale: #898989. Windows color (decimal): -4684261 or 1803960. OLE color: 1803960.
HSL color Cylindrical-coordinate representation of color #B8861B: hue angle of 40.89º 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 #B8861B is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 134 | 27 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.28 |
| HSL | 40.89º | 0.74% | 0.41% | - |
| HSV(B) | 40.89º | 0.85% | 0.72% | - |
| XYZ | 28.49 | 27.32 | 4.81 | - |
| YUV | 136.75 | 66.07 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 134 | 27 | 0 | 0.27 | 0.85 | 0.28 | 40.89 | 0.74 | 0.41 |
| Hex | B8 | 86 | 1B | 0 | 1B | 55 | 1C | 29 | 4A | 29 |
| Octal | 270 | 206 | 33 | 0 | 33 | 125 | 34 | 51 | 112 | 51 |
| Binary | 10111000 | 10000110 | 11011 | 0 | 11011 | 1010101 | 11100 | 101001 | 1001010 | 101001 |
Color Harmonies of #B8861B
Complementary color
Monochromatic Colors of #B8861B
Black with #B8861B
Text Example
Text Example
White with #B8861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8861B; }
p { color: rgb(184,134,27); }
H1.HeaderClassName
{
color: #B8861B;
}
.AnyTagClassName
{
color: #B8861B;
}
</style>
background-color css
<style>
a { background-color: #B8861B; }
a { background-color: rgb(184,134,27); }
div.DivClassName
{
background-color: #B8861B;
}
.BgClassName
{
background-color: #B8861B;
}
</style>
border-color css
<style>
span { border-color: #B8861B; }
span { border-color: rgb(184,134,27); }
td.TdClassName
{
border-color: #B8861B;
}
.TagClassName
{
border-color: #B8861B;
}
</style>