Shades of Dark Goldenrod #B87800
Tints of Dark Goldenrod #B87800
RGB
CMYK
RGB Variations
Color information
#B87800 (or 0xB87800) is known color: Dark Goldenrod. HEX triplet: B8, 78 and 00. RGB value is (184,120,0). Sum of RGB (Red+Green+Blue) = 184+120+0=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B87800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87800 is #4787FF. Grayscale: #7E7E7E. Windows color (decimal): -4687872 or 30904. OLE color: 30904.
HSL color Cylindrical-coordinate representation of color #B87800: hue angle of 39.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B87800 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 0 | - |
| CMYK | 0 | 0.35 | 1 | 0.28 |
| HSL | 39.13º | 1% | 0.36% | - |
| HSV(B) | 39.13º | 1% | 0.72% | - |
| XYZ | 26.48 | 23.62 | 3.16 | - |
| YUV | 125.46 | 57.2 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 0 | 0 | 0.35 | 1 | 0.28 | 39.13 | 1 | 0.36 |
| Hex | B8 | 78 | 0 | 0 | 23 | 64 | 1C | 27 | 64 | 24 |
| Octal | 270 | 170 | 0 | 0 | 43 | 144 | 34 | 47 | 144 | 44 |
| Binary | 10111000 | 1111000 | 0 | 0 | 100011 | 1100100 | 11100 | 100111 | 1100100 | 100100 |
Color Harmonies of #B87800
Complementary color
Monochromatic Colors of #B87800
Black with #B87800
Text Example
Text Example
White with #B87800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87800; }
p { color: rgb(184,120,0); }
H1.HeaderClassName
{
color: #B87800;
}
.AnyTagClassName
{
color: #B87800;
}
</style>
background-color css
<style>
a { background-color: #B87800; }
a { background-color: rgb(184,120,0); }
div.DivClassName
{
background-color: #B87800;
}
.BgClassName
{
background-color: #B87800;
}
</style>
border-color css
<style>
span { border-color: #B87800; }
span { border-color: rgb(184,120,0); }
td.TdClassName
{
border-color: #B87800;
}
.TagClassName
{
border-color: #B87800;
}
</style>