Shades of Dark Goldenrod #B86C03
Tints of Dark Goldenrod #B86C03
RGB
CMYK
RGB Variations
Color information
#B86C03 (or 0xB86C03) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 03. RGB value is (184,108,3). Sum of RGB (Red+Green+Blue) = 184+108+3=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C03 is #4793FC. Grayscale: #777777. Windows color (decimal): -4690941 or 224440. OLE color: 224440.
HSL color Cylindrical-coordinate representation of color #B86C03: hue angle of 34.81º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B86C03 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 108 | 3 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.28 |
| HSL | 34.81º | 0.97% | 0.37% | - |
| HSV(B) | 34.81º | 0.98% | 0.72% | - |
| XYZ | 25.15 | 20.92 | 2.8 | - |
| YUV | 118.75 | 62.68 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 108 | 3 | 0 | 0.41 | 0.98 | 0.28 | 34.81 | 0.97 | 0.37 |
| Hex | B8 | 6C | 3 | 0 | 29 | 62 | 1C | 23 | 61 | 25 |
| Octal | 270 | 154 | 3 | 0 | 51 | 142 | 34 | 43 | 141 | 45 |
| Binary | 10111000 | 1101100 | 11 | 0 | 101001 | 1100010 | 11100 | 100011 | 1100001 | 100101 |
Color Harmonies of #B86C03
Complementary color
Monochromatic Colors of #B86C03
Black with #B86C03
Text Example
Text Example
White with #B86C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86C03; }
p { color: rgb(184,108,3); }
H1.HeaderClassName
{
color: #B86C03;
}
.AnyTagClassName
{
color: #B86C03;
}
</style>
background-color css
<style>
a { background-color: #B86C03; }
a { background-color: rgb(184,108,3); }
div.DivClassName
{
background-color: #B86C03;
}
.BgClassName
{
background-color: #B86C03;
}
</style>
border-color css
<style>
span { border-color: #B86C03; }
span { border-color: rgb(184,108,3); }
td.TdClassName
{
border-color: #B86C03;
}
.TagClassName
{
border-color: #B86C03;
}
</style>