Shades of Dark Goldenrod #B8730C
Tints of Dark Goldenrod #B8730C
RGB
CMYK
RGB Variations
Color information
#B8730C (or 0xB8730C) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 0C. RGB value is (184,115,12). Sum of RGB (Red+Green+Blue) = 184+115+12=311 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.16% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 184 - color contains mainly: red. Hex color #B8730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8730C is #478CF3. Grayscale: #7C7C7C. Windows color (decimal): -4689140 or 816056. OLE color: 816056.
HSL color Cylindrical-coordinate representation of color #B8730C: hue angle of 35.93º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8730C is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 12 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.28 |
| HSL | 35.93º | 0.88% | 0.38% | - |
| HSV(B) | 35.93º | 0.93% | 0.72% | - |
| XYZ | 25.96 | 22.48 | 3.32 | - |
| YUV | 123.89 | 64.86 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 12 | 0 | 0.38 | 0.93 | 0.28 | 35.93 | 0.88 | 0.38 |
| Hex | B8 | 73 | C | 0 | 26 | 5D | 1C | 24 | 58 | 26 |
| Octal | 270 | 163 | 14 | 0 | 46 | 135 | 34 | 44 | 130 | 46 |
| Binary | 10111000 | 1110011 | 1100 | 0 | 100110 | 1011101 | 11100 | 100100 | 1011000 | 100110 |
Color Harmonies of #B8730C
Complementary color
Monochromatic Colors of #B8730C
Black with #B8730C
Text Example
Text Example
White with #B8730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8730C; }
p { color: rgb(184,115,12); }
H1.HeaderClassName
{
color: #B8730C;
}
.AnyTagClassName
{
color: #B8730C;
}
</style>
background-color css
<style>
a { background-color: #B8730C; }
a { background-color: rgb(184,115,12); }
div.DivClassName
{
background-color: #B8730C;
}
.BgClassName
{
background-color: #B8730C;
}
</style>
border-color css
<style>
span { border-color: #B8730C; }
span { border-color: rgb(184,115,12); }
td.TdClassName
{
border-color: #B8730C;
}
.TagClassName
{
border-color: #B8730C;
}
</style>