Shades of Dark Goldenrod #B27302
Tints of Dark Goldenrod #B27302
RGB
CMYK
RGB Variations
Color information
#B27302 (or 0xB27302) is known color: Dark Goldenrod. HEX triplet: B2, 73 and 02. RGB value is (178,115,2). Sum of RGB (Red+Green+Blue) = 178+115+2=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B27302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27302 is #4D8CFD. Grayscale: #797979. Windows color (decimal): -5082366 or 160690. OLE color: 160690.
HSL color Cylindrical-coordinate representation of color #B27302: hue angle of 38.52º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B27302 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.30 |
| HSL | 38.52º | 0.98% | 0.35% | - |
| HSV(B) | 38.52º | 0.99% | 0.7% | - |
| XYZ | 24.5 | 21.73 | 2.96 | - |
| YUV | 120.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 2 | 0 | 0.35 | 0.99 | 0.30 | 38.52 | 0.98 | 0.35 |
| Hex | B2 | 73 | 2 | 0 | 23 | 63 | 1E | 27 | 62 | 23 |
| Octal | 262 | 163 | 2 | 0 | 43 | 143 | 36 | 47 | 142 | 43 |
| Binary | 10110010 | 1110011 | 10 | 0 | 100011 | 1100011 | 11110 | 100111 | 1100010 | 100011 |
Color Harmonies of #B27302
Complementary color
Monochromatic Colors of #B27302
Black with #B27302
Text Example
Text Example
White with #B27302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27302; }
p { color: rgb(178,115,2); }
H1.HeaderClassName
{
color: #B27302;
}
.AnyTagClassName
{
color: #B27302;
}
</style>
background-color css
<style>
a { background-color: #B27302; }
a { background-color: rgb(178,115,2); }
div.DivClassName
{
background-color: #B27302;
}
.BgClassName
{
background-color: #B27302;
}
</style>
border-color css
<style>
span { border-color: #B27302; }
span { border-color: rgb(178,115,2); }
td.TdClassName
{
border-color: #B27302;
}
.TagClassName
{
border-color: #B27302;
}
</style>