Shades of Dark Goldenrod #B87B00
Tints of Dark Goldenrod #B87B00
RGB
CMYK
RGB Variations
Color information
#B87B00 (or 0xB87B00) is known color: Dark Goldenrod. HEX triplet: B8, 7B and 00. RGB value is (184,123,0). Sum of RGB (Red+Green+Blue) = 184+123+0=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B87B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87B00 is #4784FF. Grayscale: #7F7F7F. Windows color (decimal): -4687104 or 31672. OLE color: 31672.
HSL color Cylindrical-coordinate representation of color #B87B00: hue angle of 40.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B87B00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 123 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.28 |
| HSL | 40.11º | 1% | 0.36% | - |
| HSV(B) | 40.11º | 1% | 0.72% | - |
| XYZ | 26.85 | 24.36 | 3.29 | - |
| YUV | 127.22 | 56.21 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 123 | 0 | 0 | 0.33 | 1 | 0.28 | 40.11 | 1 | 0.36 |
| Hex | B8 | 7B | 0 | 0 | 21 | 64 | 1C | 28 | 64 | 24 |
| Octal | 270 | 173 | 0 | 0 | 41 | 144 | 34 | 50 | 144 | 44 |
| Binary | 10111000 | 1111011 | 0 | 0 | 100001 | 1100100 | 11100 | 101000 | 1100100 | 100100 |
Color Harmonies of #B87B00
Complementary color
Monochromatic Colors of #B87B00
Black with #B87B00
Text Example
Text Example
White with #B87B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87B00; }
p { color: rgb(184,123,0); }
H1.HeaderClassName
{
color: #B87B00;
}
.AnyTagClassName
{
color: #B87B00;
}
</style>
background-color css
<style>
a { background-color: #B87B00; }
a { background-color: rgb(184,123,0); }
div.DivClassName
{
background-color: #B87B00;
}
.BgClassName
{
background-color: #B87B00;
}
</style>
border-color css
<style>
span { border-color: #B87B00; }
span { border-color: rgb(184,123,0); }
td.TdClassName
{
border-color: #B87B00;
}
.TagClassName
{
border-color: #B87B00;
}
</style>