Shades of Dark Goldenrod #B87F09
Tints of Dark Goldenrod #B87F09
RGB
CMYK
RGB Variations
Color information
#B87F09 (or 0xB87F09) is known color: Dark Goldenrod. HEX triplet: B8, 7F and 09. RGB value is (184,127,9). Sum of RGB (Red+Green+Blue) = 184+127+9=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 9 (3.91% from 255 or 2.81% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87F09 is #4780F6. Grayscale: #838383. Windows color (decimal): -4686071 or 622520. OLE color: 622520.
HSL color Cylindrical-coordinate representation of color #B87F09: hue angle of 40.46º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B87F09 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 9 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.28 |
| HSL | 40.46º | 0.91% | 0.38% | - |
| HSV(B) | 40.46º | 0.95% | 0.72% | - |
| XYZ | 27.41 | 25.39 | 3.71 | - |
| YUV | 130.59 | 59.38 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 9 | 0 | 0.31 | 0.95 | 0.28 | 40.46 | 0.91 | 0.38 |
| Hex | B8 | 7F | 9 | 0 | 1F | 5F | 1C | 28 | 5B | 26 |
| Octal | 270 | 177 | 11 | 0 | 37 | 137 | 34 | 50 | 133 | 46 |
| Binary | 10111000 | 1111111 | 1001 | 0 | 11111 | 1011111 | 11100 | 101000 | 1011011 | 100110 |
Color Harmonies of #B87F09
Complementary color
Monochromatic Colors of #B87F09
Black with #B87F09
Text Example
Text Example
White with #B87F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F09; }
p { color: rgb(184,127,9); }
H1.HeaderClassName
{
color: #B87F09;
}
.AnyTagClassName
{
color: #B87F09;
}
</style>
background-color css
<style>
a { background-color: #B87F09; }
a { background-color: rgb(184,127,9); }
div.DivClassName
{
background-color: #B87F09;
}
.BgClassName
{
background-color: #B87F09;
}
</style>
border-color css
<style>
span { border-color: #B87F09; }
span { border-color: rgb(184,127,9); }
td.TdClassName
{
border-color: #B87F09;
}
.TagClassName
{
border-color: #B87F09;
}
</style>