Shades of Dark Goldenrod #B49203
Tints of Dark Goldenrod #B49203
RGB
CMYK
RGB Variations
Color information
#B49203 (or 0xB49203) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 03. RGB value is (180,146,3). Sum of RGB (Red+Green+Blue) = 180+146+3=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B49203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49203 is #4B6DFC. Grayscale: #8C8C8C. Windows color (decimal): -4943357 or 234164. OLE color: 234164.
HSL color Cylindrical-coordinate representation of color #B49203: hue angle of 48.47º 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 #B49203 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.29 |
| HSL | 48.47º | 0.97% | 0.36% | - |
| HSV(B) | 48.47º | 0.98% | 0.71% | - |
| XYZ | 29.12 | 30.27 | 4.39 | - |
| YUV | 139.86 | 50.76 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 3 | 0 | 0.19 | 0.98 | 0.29 | 48.47 | 0.97 | 0.36 |
| Hex | B4 | 92 | 3 | 0 | 13 | 62 | 1D | 30 | 61 | 24 |
| Octal | 264 | 222 | 3 | 0 | 23 | 142 | 35 | 60 | 141 | 44 |
| Binary | 10110100 | 10010010 | 11 | 0 | 10011 | 1100010 | 11101 | 110000 | 1100001 | 100100 |
Color Harmonies of #B49203
Complementary color
Monochromatic Colors of #B49203
Black with #B49203
Text Example
Text Example
White with #B49203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49203; }
p { color: rgb(180,146,3); }
H1.HeaderClassName
{
color: #B49203;
}
.AnyTagClassName
{
color: #B49203;
}
</style>
background-color css
<style>
a { background-color: #B49203; }
a { background-color: rgb(180,146,3); }
div.DivClassName
{
background-color: #B49203;
}
.BgClassName
{
background-color: #B49203;
}
</style>
border-color css
<style>
span { border-color: #B49203; }
span { border-color: rgb(180,146,3); }
td.TdClassName
{
border-color: #B49203;
}
.TagClassName
{
border-color: #B49203;
}
</style>