Shades of Dark Goldenrod #B97C0E
Tints of Dark Goldenrod #B97C0E
RGB
CMYK
RGB Variations
Color information
#B97C0E (or 0xB97C0E) is known color: Dark Goldenrod. HEX triplet: B9, 7C and 0E. RGB value is (185,124,14). Sum of RGB (Red+Green+Blue) = 185+124+14=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 14 (5.86% from 255 or 4.33% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B97C0E is #4683F1. Grayscale: #828282. Windows color (decimal): -4621298 or 949433. OLE color: 949433.
HSL color Cylindrical-coordinate representation of color #B97C0E: hue angle of 38.6º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B97C0E is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 14 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.27 |
| HSL | 38.6º | 0.86% | 0.39% | - |
| HSV(B) | 38.6º | 0.92% | 0.73% | - |
| XYZ | 27.29 | 24.76 | 3.76 | - |
| YUV | 129.7 | 62.71 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 14 | 0 | 0.33 | 0.92 | 0.27 | 38.6 | 0.86 | 0.39 |
| Hex | B9 | 7C | E | 0 | 21 | 5C | 1B | 27 | 56 | 27 |
| Octal | 271 | 174 | 16 | 0 | 41 | 134 | 33 | 47 | 126 | 47 |
| Binary | 10111001 | 1111100 | 1110 | 0 | 100001 | 1011100 | 11011 | 100111 | 1010110 | 100111 |
Color Harmonies of #B97C0E
Complementary color
Monochromatic Colors of #B97C0E
Black with #B97C0E
Text Example
Text Example
White with #B97C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C0E; }
p { color: rgb(185,124,14); }
H1.HeaderClassName
{
color: #B97C0E;
}
.AnyTagClassName
{
color: #B97C0E;
}
</style>
background-color css
<style>
a { background-color: #B97C0E; }
a { background-color: rgb(185,124,14); }
div.DivClassName
{
background-color: #B97C0E;
}
.BgClassName
{
background-color: #B97C0E;
}
</style>
border-color css
<style>
span { border-color: #B97C0E; }
span { border-color: rgb(185,124,14); }
td.TdClassName
{
border-color: #B97C0E;
}
.TagClassName
{
border-color: #B97C0E;
}
</style>