Shades of Dark Goldenrod #B87B0B
Tints of Dark Goldenrod #B87B0B
RGB
CMYK
RGB Variations
Color information
#B87B0B (or 0xB87B0B) is known color: Dark Goldenrod. HEX triplet: B8, 7B and 0B. RGB value is (184,123,11). Sum of RGB (Red+Green+Blue) = 184+123+11=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87B0B is #4784F4. Grayscale: #808080. Windows color (decimal): -4687093 or 752568. OLE color: 752568.
HSL color Cylindrical-coordinate representation of color #B87B0B: hue angle of 38.84º 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 #B87B0B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.28 |
| HSL | 38.84º | 0.89% | 0.38% | - |
| HSV(B) | 38.84º | 0.94% | 0.72% | - |
| XYZ | 26.91 | 24.38 | 3.6 | - |
| YUV | 128.47 | 61.71 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 11 | 0 | 0.33 | 0.94 | 0.28 | 38.84 | 0.89 | 0.38 |
| Hex | B8 | 7B | B | 0 | 21 | 5E | 1C | 27 | 59 | 26 |
| Octal | 270 | 173 | 13 | 0 | 41 | 136 | 34 | 47 | 131 | 46 |
| Binary | 10111000 | 1111011 | 1011 | 0 | 100001 | 1011110 | 11100 | 100111 | 1011001 | 100110 |
Color Harmonies of #B87B0B
Complementary color
Monochromatic Colors of #B87B0B
Black with #B87B0B
Text Example
Text Example
White with #B87B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B0B; }
p { color: rgb(184,123,11); }
H1.HeaderClassName
{
color: #B87B0B;
}
.AnyTagClassName
{
color: #B87B0B;
}
</style>
background-color css
<style>
a { background-color: #B87B0B; }
a { background-color: rgb(184,123,11); }
div.DivClassName
{
background-color: #B87B0B;
}
.BgClassName
{
background-color: #B87B0B;
}
</style>
border-color css
<style>
span { border-color: #B87B0B; }
span { border-color: rgb(184,123,11); }
td.TdClassName
{
border-color: #B87B0B;
}
.TagClassName
{
border-color: #B87B0B;
}
</style>