Shades of Dark Goldenrod #B07302
Tints of Dark Goldenrod #B07302
RGB
CMYK
RGB Variations
Color information
#B07302 (or 0xB07302) is known color: Dark Goldenrod. HEX triplet: B0, 73 and 02. RGB value is (176,115,2). Sum of RGB (Red+Green+Blue) = 176+115+2=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B07302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07302 is #4F8CFD. Grayscale: #787878. Windows color (decimal): -5213438 or 160688. OLE color: 160688.
HSL color Cylindrical-coordinate representation of color #B07302: hue angle of 38.97º 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 #B07302 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.31 |
| HSL | 38.97º | 0.98% | 0.35% | - |
| HSV(B) | 38.97º | 0.99% | 0.69% | - |
| XYZ | 24.05 | 21.5 | 2.94 | - |
| YUV | 120.36 | 61.21 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 2 | 0 | 0.35 | 0.99 | 0.31 | 38.97 | 0.98 | 0.35 |
| Hex | B0 | 73 | 2 | 0 | 23 | 63 | 1F | 27 | 62 | 23 |
| Octal | 260 | 163 | 2 | 0 | 43 | 143 | 37 | 47 | 142 | 43 |
| Binary | 10110000 | 1110011 | 10 | 0 | 100011 | 1100011 | 11111 | 100111 | 1100010 | 100011 |
Color Harmonies of #B07302
Complementary color
Monochromatic Colors of #B07302
Black with #B07302
Text Example
Text Example
White with #B07302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07302; }
p { color: rgb(176,115,2); }
H1.HeaderClassName
{
color: #B07302;
}
.AnyTagClassName
{
color: #B07302;
}
</style>
background-color css
<style>
a { background-color: #B07302; }
a { background-color: rgb(176,115,2); }
div.DivClassName
{
background-color: #B07302;
}
.BgClassName
{
background-color: #B07302;
}
</style>
border-color css
<style>
span { border-color: #B07302; }
span { border-color: rgb(176,115,2); }
td.TdClassName
{
border-color: #B07302;
}
.TagClassName
{
border-color: #B07302;
}
</style>