Shades of Dark Goldenrod #B8790A
Tints of Dark Goldenrod #B8790A
RGB
CMYK
RGB Variations
Color information
#B8790A (or 0xB8790A) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 0A. RGB value is (184,121,10). Sum of RGB (Red+Green+Blue) = 184+121+10=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8790A is #4786F5. Grayscale: #7F7F7F. Windows color (decimal): -4687606 or 686520. OLE color: 686520.
HSL color Cylindrical-coordinate representation of color #B8790A: hue angle of 38.28º degrees, saturation: 0.9, 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 #B8790A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.28 |
| HSL | 38.28º | 0.9% | 0.38% | - |
| HSV(B) | 38.28º | 0.95% | 0.72% | - |
| XYZ | 26.66 | 23.89 | 3.49 | - |
| YUV | 127.18 | 61.87 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 10 | 0 | 0.34 | 0.95 | 0.28 | 38.28 | 0.9 | 0.38 |
| Hex | B8 | 79 | A | 0 | 22 | 5F | 1C | 26 | 5A | 26 |
| Octal | 270 | 171 | 12 | 0 | 42 | 137 | 34 | 46 | 132 | 46 |
| Binary | 10111000 | 1111001 | 1010 | 0 | 100010 | 1011111 | 11100 | 100110 | 1011010 | 100110 |
Color Harmonies of #B8790A
Complementary color
Monochromatic Colors of #B8790A
Black with #B8790A
Text Example
Text Example
White with #B8790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8790A; }
p { color: rgb(184,121,10); }
H1.HeaderClassName
{
color: #B8790A;
}
.AnyTagClassName
{
color: #B8790A;
}
</style>
background-color css
<style>
a { background-color: #B8790A; }
a { background-color: rgb(184,121,10); }
div.DivClassName
{
background-color: #B8790A;
}
.BgClassName
{
background-color: #B8790A;
}
</style>
border-color css
<style>
span { border-color: #B8790A; }
span { border-color: rgb(184,121,10); }
td.TdClassName
{
border-color: #B8790A;
}
.TagClassName
{
border-color: #B8790A;
}
</style>