Shades of Dark Goldenrod #B49007
Tints of Dark Goldenrod #B49007
RGB
CMYK
RGB Variations
Color information
#B49007 (or 0xB49007) is known color: Dark Goldenrod. HEX triplet: B4, 90 and 07. RGB value is (180,144,7). Sum of RGB (Red+Green+Blue) = 180+144+7=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 144 (56.64% from 255 or 43.50% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B49007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49007 is #4B6FF8. Grayscale: #8B8B8B. Windows color (decimal): -4943865 or 495796. OLE color: 495796.
HSL color Cylindrical-coordinate representation of color #B49007: hue angle of 47.51º degrees, saturation: 0.93, 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 #B49007 is Cyan = 0, Magento = 0.2, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 7 | - |
| CMYK | 0 | 0.2 | 0.96 | 0.29 |
| HSL | 47.51º | 0.93% | 0.37% | - |
| HSV(B) | 47.51º | 0.96% | 0.71% | - |
| XYZ | 28.83 | 29.67 | 4.41 | - |
| YUV | 139.15 | 53.43 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 7 | 0 | 0.2 | 0.96 | 0.29 | 47.51 | 0.93 | 0.37 |
| Hex | B4 | 90 | 7 | 0 | 14 | 60 | 1D | 30 | 5D | 25 |
| Octal | 264 | 220 | 7 | 0 | 24 | 140 | 35 | 60 | 135 | 45 |
| Binary | 10110100 | 10010000 | 111 | 0 | 10100 | 1100000 | 11101 | 110000 | 1011101 | 100101 |
Color Harmonies of #B49007
Complementary color
Monochromatic Colors of #B49007
Black with #B49007
Text Example
Text Example
White with #B49007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49007; }
p { color: rgb(180,144,7); }
H1.HeaderClassName
{
color: #B49007;
}
.AnyTagClassName
{
color: #B49007;
}
</style>
background-color css
<style>
a { background-color: #B49007; }
a { background-color: rgb(180,144,7); }
div.DivClassName
{
background-color: #B49007;
}
.BgClassName
{
background-color: #B49007;
}
</style>
border-color css
<style>
span { border-color: #B49007; }
span { border-color: rgb(180,144,7); }
td.TdClassName
{
border-color: #B49007;
}
.TagClassName
{
border-color: #B49007;
}
</style>