Shades of Dark Goldenrod #B68002
Tints of Dark Goldenrod #B68002
RGB
CMYK
RGB Variations
Color information
#B68002 (or 0xB68002) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 02. RGB value is (182,128,2). Sum of RGB (Red+Green+Blue) = 182+128+2=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B68002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68002 is #497FFD. Grayscale: #828282. Windows color (decimal): -4816894 or 164022. OLE color: 164022.
HSL color Cylindrical-coordinate representation of color #B68002: hue angle of 42º 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 #B68002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.29 |
| HSL | 42º | 0.98% | 0.36% | - |
| HSV(B) | 42º | 0.99% | 0.71% | - |
| XYZ | 27.02 | 25.39 | 3.53 | - |
| YUV | 129.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 2 | 0 | 0.30 | 0.99 | 0.29 | 42 | 0.98 | 0.36 |
| Hex | B6 | 80 | 2 | 0 | 1E | 63 | 1D | 2A | 62 | 24 |
| Octal | 266 | 200 | 2 | 0 | 36 | 143 | 35 | 52 | 142 | 44 |
| Binary | 10110110 | 10000000 | 10 | 0 | 11110 | 1100011 | 11101 | 101010 | 1100010 | 100100 |
Color Harmonies of #B68002
Complementary color
Monochromatic Colors of #B68002
Black with #B68002
Text Example
Text Example
White with #B68002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68002; }
p { color: rgb(182,128,2); }
H1.HeaderClassName
{
color: #B68002;
}
.AnyTagClassName
{
color: #B68002;
}
</style>
background-color css
<style>
a { background-color: #B68002; }
a { background-color: rgb(182,128,2); }
div.DivClassName
{
background-color: #B68002;
}
.BgClassName
{
background-color: #B68002;
}
</style>
border-color css
<style>
span { border-color: #B68002; }
span { border-color: rgb(182,128,2); }
td.TdClassName
{
border-color: #B68002;
}
.TagClassName
{
border-color: #B68002;
}
</style>