Shades of Dark Goldenrod #B8790F
Tints of Dark Goldenrod #B8790F
RGB
CMYK
RGB Variations
Color information
#B8790F (or 0xB8790F) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 0F. RGB value is (184,121,15). Sum of RGB (Red+Green+Blue) = 184+121+15=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B8790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8790F is #4786F0. Grayscale: #808080. Windows color (decimal): -4687601 or 1014200. OLE color: 1014200.
HSL color Cylindrical-coordinate representation of color #B8790F: hue angle of 37.63º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8790F is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 15 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.28 |
| HSL | 37.63º | 0.85% | 0.39% | - |
| HSV(B) | 37.63º | 0.92% | 0.72% | - |
| XYZ | 26.69 | 23.9 | 3.66 | - |
| YUV | 127.75 | 64.37 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 15 | 0 | 0.34 | 0.92 | 0.28 | 37.63 | 0.85 | 0.39 |
| Hex | B8 | 79 | F | 0 | 22 | 5C | 1C | 26 | 55 | 27 |
| Octal | 270 | 171 | 17 | 0 | 42 | 134 | 34 | 46 | 125 | 47 |
| Binary | 10111000 | 1111001 | 1111 | 0 | 100010 | 1011100 | 11100 | 100110 | 1010101 | 100111 |
Color Harmonies of #B8790F
Complementary color
Monochromatic Colors of #B8790F
Black with #B8790F
Text Example
Text Example
White with #B8790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8790F; }
p { color: rgb(184,121,15); }
H1.HeaderClassName
{
color: #B8790F;
}
.AnyTagClassName
{
color: #B8790F;
}
</style>
background-color css
<style>
a { background-color: #B8790F; }
a { background-color: rgb(184,121,15); }
div.DivClassName
{
background-color: #B8790F;
}
.BgClassName
{
background-color: #B8790F;
}
</style>
border-color css
<style>
span { border-color: #B8790F; }
span { border-color: rgb(184,121,15); }
td.TdClassName
{
border-color: #B8790F;
}
.TagClassName
{
border-color: #B8790F;
}
</style>