Shades of Dark Goldenrod #B88203
Tints of Dark Goldenrod #B88203
RGB
CMYK
RGB Variations
Color information
#B88203 (or 0xB88203) is known color: Dark Goldenrod. HEX triplet: B8, 82 and 03. RGB value is (184,130,3). Sum of RGB (Red+Green+Blue) = 184+130+3=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B88203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88203 is #477DFC. Grayscale: #848484. Windows color (decimal): -4685309 or 230072. OLE color: 230072.
HSL color Cylindrical-coordinate representation of color #B88203: hue angle of 42.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B88203 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.28 |
| HSL | 42.1º | 0.97% | 0.37% | - |
| HSV(B) | 42.1º | 0.98% | 0.72% | - |
| XYZ | 27.77 | 26.16 | 3.67 | - |
| YUV | 131.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 3 | 0 | 0.29 | 0.98 | 0.28 | 42.1 | 0.97 | 0.37 |
| Hex | B8 | 82 | 3 | 0 | 1D | 62 | 1C | 2A | 61 | 25 |
| Octal | 270 | 202 | 3 | 0 | 35 | 142 | 34 | 52 | 141 | 45 |
| Binary | 10111000 | 10000010 | 11 | 0 | 11101 | 1100010 | 11100 | 101010 | 1100001 | 100101 |
Color Harmonies of #B88203
Complementary color
Monochromatic Colors of #B88203
Black with #B88203
Text Example
Text Example
White with #B88203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88203; }
p { color: rgb(184,130,3); }
H1.HeaderClassName
{
color: #B88203;
}
.AnyTagClassName
{
color: #B88203;
}
</style>
background-color css
<style>
a { background-color: #B88203; }
a { background-color: rgb(184,130,3); }
div.DivClassName
{
background-color: #B88203;
}
.BgClassName
{
background-color: #B88203;
}
</style>
border-color css
<style>
span { border-color: #B88203; }
span { border-color: rgb(184,130,3); }
td.TdClassName
{
border-color: #B88203;
}
.TagClassName
{
border-color: #B88203;
}
</style>