Shades of Dark Goldenrod #B86B09
Tints of Dark Goldenrod #B86B09
RGB
CMYK
RGB Variations
Color information
#B86B09 (or 0xB86B09) is known color: Dark Goldenrod. HEX triplet: B8, 6B and 09. RGB value is (184,107,9). Sum of RGB (Red+Green+Blue) = 184+107+9=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 9 (3.91% from 255 or 3% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86B09 is #4794F6. Grayscale: #777777. Windows color (decimal): -4691191 or 617400. OLE color: 617400.
HSL color Cylindrical-coordinate representation of color #B86B09: hue angle of 33.6º 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 #B86B09 is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 9 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.28 |
| HSL | 33.6º | 0.91% | 0.38% | - |
| HSV(B) | 33.6º | 0.95% | 0.72% | - |
| XYZ | 25.07 | 20.73 | 2.94 | - |
| YUV | 118.85 | 66.01 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 9 | 0 | 0.42 | 0.95 | 0.28 | 33.6 | 0.91 | 0.38 |
| Hex | B8 | 6B | 9 | 0 | 2A | 5F | 1C | 22 | 5B | 26 |
| Octal | 270 | 153 | 11 | 0 | 52 | 137 | 34 | 42 | 133 | 46 |
| Binary | 10111000 | 1101011 | 1001 | 0 | 101010 | 1011111 | 11100 | 100010 | 1011011 | 100110 |
Color Harmonies of #B86B09
Complementary color
Monochromatic Colors of #B86B09
Black with #B86B09
Text Example
Text Example
White with #B86B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B09; }
p { color: rgb(184,107,9); }
H1.HeaderClassName
{
color: #B86B09;
}
.AnyTagClassName
{
color: #B86B09;
}
</style>
background-color css
<style>
a { background-color: #B86B09; }
a { background-color: rgb(184,107,9); }
div.DivClassName
{
background-color: #B86B09;
}
.BgClassName
{
background-color: #B86B09;
}
</style>
border-color css
<style>
span { border-color: #B86B09; }
span { border-color: rgb(184,107,9); }
td.TdClassName
{
border-color: #B86B09;
}
.TagClassName
{
border-color: #B86B09;
}
</style>