Shades of Dark Goldenrod #B07602
Tints of Dark Goldenrod #B07602
RGB
CMYK
RGB Variations
Color information
#B07602 (or 0xB07602) is known color: Dark Goldenrod. HEX triplet: B0, 76 and 02. RGB value is (176,118,2). Sum of RGB (Red+Green+Blue) = 176+118+2=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B07602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07602 is #4F89FD. Grayscale: #7A7A7A. Windows color (decimal): -5212670 or 161456. OLE color: 161456.
HSL color Cylindrical-coordinate representation of color #B07602: hue angle of 40º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B07602 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 118 | 2 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.31 |
| HSL | 40º | 0.98% | 0.35% | - |
| HSV(B) | 40º | 0.99% | 0.69% | - |
| XYZ | 24.39 | 22.19 | 3.06 | - |
| YUV | 122.12 | 60.22 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 118 | 2 | 0 | 0.33 | 0.99 | 0.31 | 40 | 0.98 | 0.35 |
| Hex | B0 | 76 | 2 | 0 | 21 | 63 | 1F | 28 | 62 | 23 |
| Octal | 260 | 166 | 2 | 0 | 41 | 143 | 37 | 50 | 142 | 43 |
| Binary | 10110000 | 1110110 | 10 | 0 | 100001 | 1100011 | 11111 | 101000 | 1100010 | 100011 |
Color Harmonies of #B07602
Complementary color
Monochromatic Colors of #B07602
Black with #B07602
Text Example
Text Example
White with #B07602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07602; }
p { color: rgb(176,118,2); }
H1.HeaderClassName
{
color: #B07602;
}
.AnyTagClassName
{
color: #B07602;
}
</style>
background-color css
<style>
a { background-color: #B07602; }
a { background-color: rgb(176,118,2); }
div.DivClassName
{
background-color: #B07602;
}
.BgClassName
{
background-color: #B07602;
}
</style>
border-color css
<style>
span { border-color: #B07602; }
span { border-color: rgb(176,118,2); }
td.TdClassName
{
border-color: #B07602;
}
.TagClassName
{
border-color: #B07602;
}
</style>