Shades of Dark Goldenrod #B8730B
Tints of Dark Goldenrod #B8730B
RGB
CMYK
RGB Variations
Color information
#B8730B (or 0xB8730B) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 0B. RGB value is (184,115,11). Sum of RGB (Red+Green+Blue) = 184+115+11=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8730B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8730B is #478CF4. Grayscale: #7C7C7C. Windows color (decimal): -4689141 or 750520. OLE color: 750520.
HSL color Cylindrical-coordinate representation of color #B8730B: hue angle of 36.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8730B is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 115 | 11 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.28 |
| HSL | 36.07º | 0.89% | 0.38% | - |
| HSV(B) | 36.07º | 0.94% | 0.72% | - |
| XYZ | 25.96 | 22.48 | 3.29 | - |
| YUV | 123.78 | 64.36 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 115 | 11 | 0 | 0.38 | 0.94 | 0.28 | 36.07 | 0.89 | 0.38 |
| Hex | B8 | 73 | B | 0 | 26 | 5E | 1C | 24 | 59 | 26 |
| Octal | 270 | 163 | 13 | 0 | 46 | 136 | 34 | 44 | 131 | 46 |
| Binary | 10111000 | 1110011 | 1011 | 0 | 100110 | 1011110 | 11100 | 100100 | 1011001 | 100110 |
Color Harmonies of #B8730B
Complementary color
Monochromatic Colors of #B8730B
Black with #B8730B
Text Example
Text Example
White with #B8730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8730B; }
p { color: rgb(184,115,11); }
H1.HeaderClassName
{
color: #B8730B;
}
.AnyTagClassName
{
color: #B8730B;
}
</style>
background-color css
<style>
a { background-color: #B8730B; }
a { background-color: rgb(184,115,11); }
div.DivClassName
{
background-color: #B8730B;
}
.BgClassName
{
background-color: #B8730B;
}
</style>
border-color css
<style>
span { border-color: #B8730B; }
span { border-color: rgb(184,115,11); }
td.TdClassName
{
border-color: #B8730B;
}
.TagClassName
{
border-color: #B8730B;
}
</style>