Shades of Dark Goldenrod #B86D07
Tints of Dark Goldenrod #B86D07
RGB
CMYK
RGB Variations
Color information
#B86D07 (or 0xB86D07) is known color: Dark Goldenrod. HEX triplet: B8, 6D and 07. RGB value is (184,109,7). Sum of RGB (Red+Green+Blue) = 184+109+7=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 109 (42.97% from 255 or 36.33% from 300); Blue value is 7 (3.12% from 255 or 2.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D07 is #4792F8. Grayscale: #787878. Windows color (decimal): -4690681 or 486840. OLE color: 486840.
HSL color Cylindrical-coordinate representation of color #B86D07: hue angle of 34.58º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86D07 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 109 | 7 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.28 |
| HSL | 34.58º | 0.93% | 0.37% | - |
| HSV(B) | 34.58º | 0.96% | 0.72% | - |
| XYZ | 25.27 | 21.14 | 2.95 | - |
| YUV | 119.8 | 64.35 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 109 | 7 | 0 | 0.41 | 0.96 | 0.28 | 34.58 | 0.93 | 0.37 |
| Hex | B8 | 6D | 7 | 0 | 29 | 60 | 1C | 23 | 5D | 25 |
| Octal | 270 | 155 | 7 | 0 | 51 | 140 | 34 | 43 | 135 | 45 |
| Binary | 10111000 | 1101101 | 111 | 0 | 101001 | 1100000 | 11100 | 100011 | 1011101 | 100101 |
Color Harmonies of #B86D07
Complementary color
Monochromatic Colors of #B86D07
Black with #B86D07
Text Example
Text Example
White with #B86D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86D07; }
p { color: rgb(184,109,7); }
H1.HeaderClassName
{
color: #B86D07;
}
.AnyTagClassName
{
color: #B86D07;
}
</style>
background-color css
<style>
a { background-color: #B86D07; }
a { background-color: rgb(184,109,7); }
div.DivClassName
{
background-color: #B86D07;
}
.BgClassName
{
background-color: #B86D07;
}
</style>
border-color css
<style>
span { border-color: #B86D07; }
span { border-color: rgb(184,109,7); }
td.TdClassName
{
border-color: #B86D07;
}
.TagClassName
{
border-color: #B86D07;
}
</style>