Shades of Dark Goldenrod #B18203
Tints of Dark Goldenrod #B18203
RGB
CMYK
RGB Variations
Color information
#B18203 (or 0xB18203) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 03. RGB value is (177,130,3). Sum of RGB (Red+Green+Blue) = 177+130+3=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B18203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18203 is #4E7DFC. Grayscale: #828282. Windows color (decimal): -5144061 or 230065. OLE color: 230065.
HSL color Cylindrical-coordinate representation of color #B18203: hue angle of 43.79º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B18203 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 3 | - |
| CMYK | 0 | 0.27 | 0.98 | 0.31 |
| HSL | 43.79º | 0.97% | 0.35% | - |
| HSV(B) | 43.79º | 0.98% | 0.69% | - |
| XYZ | 26.13 | 25.32 | 3.6 | - |
| YUV | 129.58 | 56.57 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 3 | 0 | 0.27 | 0.98 | 0.31 | 43.79 | 0.97 | 0.35 |
| Hex | B1 | 82 | 3 | 0 | 1B | 62 | 1F | 2C | 61 | 23 |
| Octal | 261 | 202 | 3 | 0 | 33 | 142 | 37 | 54 | 141 | 43 |
| Binary | 10110001 | 10000010 | 11 | 0 | 11011 | 1100010 | 11111 | 101100 | 1100001 | 100011 |
Color Harmonies of #B18203
Complementary color
Monochromatic Colors of #B18203
Black with #B18203
Text Example
Text Example
White with #B18203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18203; }
p { color: rgb(177,130,3); }
H1.HeaderClassName
{
color: #B18203;
}
.AnyTagClassName
{
color: #B18203;
}
</style>
background-color css
<style>
a { background-color: #B18203; }
a { background-color: rgb(177,130,3); }
div.DivClassName
{
background-color: #B18203;
}
.BgClassName
{
background-color: #B18203;
}
</style>
border-color css
<style>
span { border-color: #B18203; }
span { border-color: rgb(177,130,3); }
td.TdClassName
{
border-color: #B18203;
}
.TagClassName
{
border-color: #B18203;
}
</style>