Shades of Dark Goldenrod #B68202
Tints of Dark Goldenrod #B68202
RGB
CMYK
RGB Variations
Color information
#B68202 (or 0xB68202) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 02. RGB value is (182,130,2). Sum of RGB (Red+Green+Blue) = 182+130+2=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B68202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68202 is #497DFD. Grayscale: #838383. Windows color (decimal): -4816382 or 164534. OLE color: 164534.
HSL color Cylindrical-coordinate representation of color #B68202: hue angle of 42.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B68202 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.29 |
| HSL | 42.67º | 0.98% | 0.36% | - |
| HSV(B) | 42.67º | 0.99% | 0.71% | - |
| XYZ | 27.28 | 25.91 | 3.62 | - |
| YUV | 130.96 | 55.23 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 2 | 0 | 0.29 | 0.99 | 0.29 | 42.67 | 0.98 | 0.36 |
| Hex | B6 | 82 | 2 | 0 | 1D | 63 | 1D | 2B | 62 | 24 |
| Octal | 266 | 202 | 2 | 0 | 35 | 143 | 35 | 53 | 142 | 44 |
| Binary | 10110110 | 10000010 | 10 | 0 | 11101 | 1100011 | 11101 | 101011 | 1100010 | 100100 |
Color Harmonies of #B68202
Complementary color
Monochromatic Colors of #B68202
Black with #B68202
Text Example
Text Example
White with #B68202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68202; }
p { color: rgb(182,130,2); }
H1.HeaderClassName
{
color: #B68202;
}
.AnyTagClassName
{
color: #B68202;
}
</style>
background-color css
<style>
a { background-color: #B68202; }
a { background-color: rgb(182,130,2); }
div.DivClassName
{
background-color: #B68202;
}
.BgClassName
{
background-color: #B68202;
}
</style>
border-color css
<style>
span { border-color: #B68202; }
span { border-color: rgb(182,130,2); }
td.TdClassName
{
border-color: #B68202;
}
.TagClassName
{
border-color: #B68202;
}
</style>