Shades of Dark Goldenrod #B68203
Tints of Dark Goldenrod #B68203
RGB
CMYK
RGB Variations
Color information
#B68203 (or 0xB68203) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 03. RGB value is (182,130,3). Sum of RGB (Red+Green+Blue) = 182+130+3=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B68203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68203 is #497DFC. Grayscale: #838383. Windows color (decimal): -4816381 or 230070. OLE color: 230070.
HSL color Cylindrical-coordinate representation of color #B68203: hue angle of 42.57º 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 #B68203 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.29 |
| HSL | 42.57º | 0.97% | 0.36% | - |
| HSV(B) | 42.57º | 0.98% | 0.71% | - |
| XYZ | 27.29 | 25.92 | 3.65 | - |
| YUV | 131.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 3 | 0 | 0.29 | 0.98 | 0.29 | 42.57 | 0.97 | 0.36 |
| Hex | B6 | 82 | 3 | 0 | 1D | 62 | 1D | 2B | 61 | 24 |
| Octal | 266 | 202 | 3 | 0 | 35 | 142 | 35 | 53 | 141 | 44 |
| Binary | 10110110 | 10000010 | 11 | 0 | 11101 | 1100010 | 11101 | 101011 | 1100001 | 100100 |
Color Harmonies of #B68203
Complementary color
Monochromatic Colors of #B68203
Black with #B68203
Text Example
Text Example
White with #B68203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68203; }
p { color: rgb(182,130,3); }
H1.HeaderClassName
{
color: #B68203;
}
.AnyTagClassName
{
color: #B68203;
}
</style>
background-color css
<style>
a { background-color: #B68203; }
a { background-color: rgb(182,130,3); }
div.DivClassName
{
background-color: #B68203;
}
.BgClassName
{
background-color: #B68203;
}
</style>
border-color css
<style>
span { border-color: #B68203; }
span { border-color: rgb(182,130,3); }
td.TdClassName
{
border-color: #B68203;
}
.TagClassName
{
border-color: #B68203;
}
</style>