Shades of DarkGoldenrod #B8860B
Tints of DarkGoldenrod #B8860B
RGB
CMYK
RGB Variations
Color information
#B8860B (or 0xB8860B) is known color: DarkGoldenrod. HEX triplet: B8, 86 and 0B. RGB value is (184,134,11). Sum of RGB (Red+Green+Blue) = 184+134+11=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8860B is #4779F4. Grayscale: #878787. Windows color (decimal): -4684277 or 755384. OLE color: 755384.
HSL color Cylindrical-coordinate representation of color #B8860B: hue angle of 42.66º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8860B is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 134 | 11 | - |
CMYK | 0 | 0.27 | 0.94 | 0.28 |
HSL | 42.66º | 0.89% | 0.38% | - |
HSV(B) | 42.66º | 0.94% | 0.72% | - |
XYZ | 28.35 | 27.26 | 4.08 | - |
YUV | 134.93 | 58.07 | 163 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 134 | 11 | 0 | 0.27 | 0.94 | 0.28 | 42.66 | 0.89 | 0.38 |
Hex | B8 | 86 | B | 0 | 1B | 5E | 1C | 2B | 59 | 26 |
Octal | 270 | 206 | 13 | 0 | 33 | 136 | 34 | 53 | 131 | 46 |
Binary | 10111000 | 10000110 | 1011 | 0 | 11011 | 1011110 | 11100 | 101011 | 1011001 | 100110 |
Color Harmonies of #B8860B
Complementary color
Monochromatic Colors of #B8860B
Black with #B8860B
Text Example
Text Example
White with #B8860B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8860B; }
p { color: rgb(184,134,11); }
H1.HeaderClassName
{
color: #B8860B;
}
.AnyTagClassName
{
color: #B8860B;
}
</style>
background-color css
<style>
a { background-color: #B8860B; }
a { background-color: rgb(184,134,11); }
div.DivClassName
{
background-color: #B8860B;
}
.BgClassName
{
background-color: #B8860B;
}
</style>
border-color css
<style>
span { border-color: #B8860B; }
span { border-color: rgb(184,134,11); }
td.TdClassName
{
border-color: #B8860B;
}
.TagClassName
{
border-color: #B8860B;
}
</style>