Shades of Dark Goldenrod #B86D09
Tints of Dark Goldenrod #B86D09
RGB
CMYK
RGB Variations
Color information
#B86D09 (or 0xB86D09) is known color: Dark Goldenrod. HEX triplet: B8, 6D and 09. RGB value is (184,109,9). Sum of RGB (Red+Green+Blue) = 184+109+9=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D09 is #4792F6. Grayscale: #787878. Windows color (decimal): -4690679 or 617912. OLE color: 617912.
HSL color Cylindrical-coordinate representation of color #B86D09: hue angle of 34.29º 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 #B86D09 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 9 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.28 |
| HSL | 34.29º | 0.91% | 0.38% | - |
| HSV(B) | 34.29º | 0.95% | 0.72% | - |
| XYZ | 25.29 | 21.15 | 3.01 | - |
| YUV | 120.03 | 65.35 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 9 | 0 | 0.41 | 0.95 | 0.28 | 34.29 | 0.91 | 0.38 |
| Hex | B8 | 6D | 9 | 0 | 29 | 5F | 1C | 22 | 5B | 26 |
| Octal | 270 | 155 | 11 | 0 | 51 | 137 | 34 | 42 | 133 | 46 |
| Binary | 10111000 | 1101101 | 1001 | 0 | 101001 | 1011111 | 11100 | 100010 | 1011011 | 100110 |
Color Harmonies of #B86D09
Complementary color
Monochromatic Colors of #B86D09
Black with #B86D09
Text Example
Text Example
White with #B86D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D09; }
p { color: rgb(184,109,9); }
H1.HeaderClassName
{
color: #B86D09;
}
.AnyTagClassName
{
color: #B86D09;
}
</style>
background-color css
<style>
a { background-color: #B86D09; }
a { background-color: rgb(184,109,9); }
div.DivClassName
{
background-color: #B86D09;
}
.BgClassName
{
background-color: #B86D09;
}
</style>
border-color css
<style>
span { border-color: #B86D09; }
span { border-color: rgb(184,109,9); }
td.TdClassName
{
border-color: #B86D09;
}
.TagClassName
{
border-color: #B86D09;
}
</style>