Shades of Dark Goldenrod #B87908
Tints of Dark Goldenrod #B87908
RGB
CMYK
RGB Variations
Color information
#B87908 (or 0xB87908) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 08. RGB value is (184,121,8). Sum of RGB (Red+Green+Blue) = 184+121+8=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 8 (3.52% from 255 or 2.56% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B87908 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87908 is #4786F7. Grayscale: #7F7F7F. Windows color (decimal): -4687608 or 555448. OLE color: 555448.
HSL color Cylindrical-coordinate representation of color #B87908: hue angle of 38.52º 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 #B87908 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 8 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.28 |
| HSL | 38.52º | 0.92% | 0.38% | - |
| HSV(B) | 38.52º | 0.96% | 0.72% | - |
| XYZ | 26.65 | 23.88 | 3.44 | - |
| YUV | 126.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 8 | 0 | 0.34 | 0.96 | 0.28 | 38.52 | 0.92 | 0.38 |
| Hex | B8 | 79 | 8 | 0 | 22 | 60 | 1C | 27 | 5C | 26 |
| Octal | 270 | 171 | 10 | 0 | 42 | 140 | 34 | 47 | 134 | 46 |
| Binary | 10111000 | 1111001 | 1000 | 0 | 100010 | 1100000 | 11100 | 100111 | 1011100 | 100110 |
Color Harmonies of #B87908
Complementary color
Monochromatic Colors of #B87908
Black with #B87908
Text Example
Text Example
White with #B87908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87908; }
p { color: rgb(184,121,8); }
H1.HeaderClassName
{
color: #B87908;
}
.AnyTagClassName
{
color: #B87908;
}
</style>
background-color css
<style>
a { background-color: #B87908; }
a { background-color: rgb(184,121,8); }
div.DivClassName
{
background-color: #B87908;
}
.BgClassName
{
background-color: #B87908;
}
</style>
border-color css
<style>
span { border-color: #B87908; }
span { border-color: rgb(184,121,8); }
td.TdClassName
{
border-color: #B87908;
}
.TagClassName
{
border-color: #B87908;
}
</style>