Shades of Dark Goldenrod #B47308
Tints of Dark Goldenrod #B47308
RGB
CMYK
RGB Variations
Color information
#B47308 (or 0xB47308) is known color: Dark Goldenrod. HEX triplet: B4, 73 and 08. RGB value is (180,115,8). Sum of RGB (Red+Green+Blue) = 180+115+8=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B47308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B47308 is #4B8CF7. Grayscale: #7A7A7A. Windows color (decimal): -4951288 or 553908. OLE color: 553908.
HSL color Cylindrical-coordinate representation of color #B47308: hue angle of 37.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B47308 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 115 | 8 | - |
| CMYK | 0 | 0.36 | 0.96 | 0.29 |
| HSL | 37.33º | 0.91% | 0.37% | - |
| HSV(B) | 37.33º | 0.96% | 0.71% | - |
| XYZ | 25 | 21.98 | 3.16 | - |
| YUV | 122.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 8 | 0 | 0.36 | 0.96 | 0.29 | 37.33 | 0.91 | 0.37 |
| Hex | B4 | 73 | 8 | 0 | 24 | 60 | 1D | 25 | 5B | 25 |
| Octal | 264 | 163 | 10 | 0 | 44 | 140 | 35 | 45 | 133 | 45 |
| Binary | 10110100 | 1110011 | 1000 | 0 | 100100 | 1100000 | 11101 | 100101 | 1011011 | 100101 |
Color Harmonies of #B47308
Complementary color
Monochromatic Colors of #B47308
Black with #B47308
Text Example
Text Example
White with #B47308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B47308; }
p { color: rgb(180,115,8); }
H1.HeaderClassName
{
color: #B47308;
}
.AnyTagClassName
{
color: #B47308;
}
</style>
background-color css
<style>
a { background-color: #B47308; }
a { background-color: rgb(180,115,8); }
div.DivClassName
{
background-color: #B47308;
}
.BgClassName
{
background-color: #B47308;
}
</style>
border-color css
<style>
span { border-color: #B47308; }
span { border-color: rgb(180,115,8); }
td.TdClassName
{
border-color: #B47308;
}
.TagClassName
{
border-color: #B47308;
}
</style>