Shades of Dark Goldenrod #B87A08
Tints of Dark Goldenrod #B87A08
RGB
CMYK
RGB Variations
Color information
#B87A08 (or 0xB87A08) is known color: Dark Goldenrod. HEX triplet: B8, 7A and 08. RGB value is (184,122,8). Sum of RGB (Red+Green+Blue) = 184+122+8=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87A08 is #4785F7. Grayscale: #808080. Windows color (decimal): -4687352 or 555704. OLE color: 555704.
HSL color Cylindrical-coordinate representation of color #B87A08: hue angle of 38.86º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B87A08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.28 |
| HSL | 38.86º | 0.92% | 0.38% | - |
| HSV(B) | 38.86º | 0.96% | 0.72% | - |
| XYZ | 26.77 | 24.13 | 3.48 | - |
| YUV | 127.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 8 | 0 | 0.34 | 0.96 | 0.28 | 38.86 | 0.92 | 0.38 |
| Hex | B8 | 7A | 8 | 0 | 22 | 60 | 1C | 27 | 5C | 26 |
| Octal | 270 | 172 | 10 | 0 | 42 | 140 | 34 | 47 | 134 | 46 |
| Binary | 10111000 | 1111010 | 1000 | 0 | 100010 | 1100000 | 11100 | 100111 | 1011100 | 100110 |
Color Harmonies of #B87A08
Complementary color
Monochromatic Colors of #B87A08
Black with #B87A08
Text Example
Text Example
White with #B87A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A08; }
p { color: rgb(184,122,8); }
H1.HeaderClassName
{
color: #B87A08;
}
.AnyTagClassName
{
color: #B87A08;
}
</style>
background-color css
<style>
a { background-color: #B87A08; }
a { background-color: rgb(184,122,8); }
div.DivClassName
{
background-color: #B87A08;
}
.BgClassName
{
background-color: #B87A08;
}
</style>
border-color css
<style>
span { border-color: #B87A08; }
span { border-color: rgb(184,122,8); }
td.TdClassName
{
border-color: #B87A08;
}
.TagClassName
{
border-color: #B87A08;
}
</style>