Shades of Dark Goldenrod #B8930D
Tints of Dark Goldenrod #B8930D
RGB
CMYK
RGB Variations
Color information
#B8930D (or 0xB8930D) is known color: Dark Goldenrod. HEX triplet: B8, 93 and 0D. RGB value is (184,147,13). Sum of RGB (Red+Green+Blue) = 184+147+13=344 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.49% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 13 (5.47% from 255 or 3.78% from 344); Max value from RGB is 184 - color contains mainly: red. Hex color #B8930D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8930D is #476CF2. Grayscale: #8F8F8F. Windows color (decimal): -4680947 or 889784. OLE color: 889784.
HSL color Cylindrical-coordinate representation of color #B8930D: hue angle of 47.02º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8930D is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 13 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.28 |
| HSL | 47.02º | 0.87% | 0.39% | - |
| HSV(B) | 47.02º | 0.93% | 0.72% | - |
| XYZ | 30.27 | 31.09 | 4.79 | - |
| YUV | 142.79 | 54.76 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 13 | 0 | 0.20 | 0.93 | 0.28 | 47.02 | 0.87 | 0.39 |
| Hex | B8 | 93 | D | 0 | 14 | 5D | 1C | 2F | 57 | 27 |
| Octal | 270 | 223 | 15 | 0 | 24 | 135 | 34 | 57 | 127 | 47 |
| Binary | 10111000 | 10010011 | 1101 | 0 | 10100 | 1011101 | 11100 | 101111 | 1010111 | 100111 |
Color Harmonies of #B8930D
Complementary color
Monochromatic Colors of #B8930D
Black with #B8930D
Text Example
Text Example
White with #B8930D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8930D; }
p { color: rgb(184,147,13); }
H1.HeaderClassName
{
color: #B8930D;
}
.AnyTagClassName
{
color: #B8930D;
}
</style>
background-color css
<style>
a { background-color: #B8930D; }
a { background-color: rgb(184,147,13); }
div.DivClassName
{
background-color: #B8930D;
}
.BgClassName
{
background-color: #B8930D;
}
</style>
border-color css
<style>
span { border-color: #B8930D; }
span { border-color: rgb(184,147,13); }
td.TdClassName
{
border-color: #B8930D;
}
.TagClassName
{
border-color: #B8930D;
}
</style>