Shades of Dark Goldenrod #B86F09
Tints of Dark Goldenrod #B86F09
RGB
CMYK
RGB Variations
Color information
#B86F09 (or 0xB86F09) is known color: Dark Goldenrod. HEX triplet: B8, 6F and 09. RGB value is (184,111,9). Sum of RGB (Red+Green+Blue) = 184+111+9=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 111 (43.75% from 255 or 36.51% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F09 is #4790F6. Grayscale: #797979. Windows color (decimal): -4690167 or 618424. OLE color: 618424.
HSL color Cylindrical-coordinate representation of color #B86F09: hue angle of 34.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B86F09 is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 111 | 9 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.28 |
| HSL | 34.97º | 0.91% | 0.38% | - |
| HSV(B) | 34.97º | 0.95% | 0.72% | - |
| XYZ | 25.5 | 21.58 | 3.08 | - |
| YUV | 121.2 | 64.68 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 111 | 9 | 0 | 0.40 | 0.95 | 0.28 | 34.97 | 0.91 | 0.38 |
| Hex | B8 | 6F | 9 | 0 | 28 | 5F | 1C | 23 | 5B | 26 |
| Octal | 270 | 157 | 11 | 0 | 50 | 137 | 34 | 43 | 133 | 46 |
| Binary | 10111000 | 1101111 | 1001 | 0 | 101000 | 1011111 | 11100 | 100011 | 1011011 | 100110 |
Color Harmonies of #B86F09
Complementary color
Monochromatic Colors of #B86F09
Black with #B86F09
Text Example
Text Example
White with #B86F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86F09; }
p { color: rgb(184,111,9); }
H1.HeaderClassName
{
color: #B86F09;
}
.AnyTagClassName
{
color: #B86F09;
}
</style>
background-color css
<style>
a { background-color: #B86F09; }
a { background-color: rgb(184,111,9); }
div.DivClassName
{
background-color: #B86F09;
}
.BgClassName
{
background-color: #B86F09;
}
</style>
border-color css
<style>
span { border-color: #B86F09; }
span { border-color: rgb(184,111,9); }
td.TdClassName
{
border-color: #B86F09;
}
.TagClassName
{
border-color: #B86F09;
}
</style>