Shades of Dark Goldenrod #B49303
Tints of Dark Goldenrod #B49303
RGB
CMYK
RGB Variations
Color information
#B49303 (or 0xB49303) is known color: Dark Goldenrod. HEX triplet: B4, 93 and 03. RGB value is (180,147,3). Sum of RGB (Red+Green+Blue) = 180+147+3=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 147 (57.81% from 255 or 44.55% from 330); Blue value is 3 (1.56% from 255 or 0.91% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B49303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49303 is #4B6CFC. Grayscale: #8D8D8D. Windows color (decimal): -4943101 or 234420. OLE color: 234420.
HSL color Cylindrical-coordinate representation of color #B49303: hue angle of 48.81º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B49303 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 147 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.29 |
| HSL | 48.81º | 0.97% | 0.36% | - |
| HSV(B) | 48.81º | 0.98% | 0.71% | - |
| XYZ | 29.27 | 30.58 | 4.45 | - |
| YUV | 140.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 147 | 3 | 0 | 0.18 | 0.98 | 0.29 | 48.81 | 0.97 | 0.36 |
| Hex | B4 | 93 | 3 | 0 | 12 | 62 | 1D | 31 | 61 | 24 |
| Octal | 264 | 223 | 3 | 0 | 22 | 142 | 35 | 61 | 141 | 44 |
| Binary | 10110100 | 10010011 | 11 | 0 | 10010 | 1100010 | 11101 | 110001 | 1100001 | 100100 |
Color Harmonies of #B49303
Complementary color
Monochromatic Colors of #B49303
Black with #B49303
Text Example
Text Example
White with #B49303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49303; }
p { color: rgb(180,147,3); }
H1.HeaderClassName
{
color: #B49303;
}
.AnyTagClassName
{
color: #B49303;
}
</style>
background-color css
<style>
a { background-color: #B49303; }
a { background-color: rgb(180,147,3); }
div.DivClassName
{
background-color: #B49303;
}
.BgClassName
{
background-color: #B49303;
}
</style>
border-color css
<style>
span { border-color: #B49303; }
span { border-color: rgb(180,147,3); }
td.TdClassName
{
border-color: #B49303;
}
.TagClassName
{
border-color: #B49303;
}
</style>