Shades of Dark Goldenrod #B38902
Tints of Dark Goldenrod #B38902
RGB
CMYK
RGB Variations
Color information
#B38902 (or 0xB38902) is known color: Dark Goldenrod. HEX triplet: B3, 89 and 02. RGB value is (179,137,2). Sum of RGB (Red+Green+Blue) = 179+137+2=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B38902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38902 is #4C76FD. Grayscale: #868686. Windows color (decimal): -5011198 or 166323. OLE color: 166323.
HSL color Cylindrical-coordinate representation of color #B38902: hue angle of 45.76º 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 #B38902 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.30 |
| HSL | 45.76º | 0.98% | 0.35% | - |
| HSV(B) | 45.76º | 0.99% | 0.7% | - |
| XYZ | 27.55 | 27.48 | 3.91 | - |
| YUV | 134.17 | 53.41 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 2 | 0 | 0.23 | 0.99 | 0.30 | 45.76 | 0.98 | 0.35 |
| Hex | B3 | 89 | 2 | 0 | 17 | 63 | 1E | 2E | 62 | 23 |
| Octal | 263 | 211 | 2 | 0 | 27 | 143 | 36 | 56 | 142 | 43 |
| Binary | 10110011 | 10001001 | 10 | 0 | 10111 | 1100011 | 11110 | 101110 | 1100010 | 100011 |
Color Harmonies of #B38902
Complementary color
Monochromatic Colors of #B38902
Black with #B38902
Text Example
Text Example
White with #B38902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38902; }
p { color: rgb(179,137,2); }
H1.HeaderClassName
{
color: #B38902;
}
.AnyTagClassName
{
color: #B38902;
}
</style>
background-color css
<style>
a { background-color: #B38902; }
a { background-color: rgb(179,137,2); }
div.DivClassName
{
background-color: #B38902;
}
.BgClassName
{
background-color: #B38902;
}
</style>
border-color css
<style>
span { border-color: #B38902; }
span { border-color: rgb(179,137,2); }
td.TdClassName
{
border-color: #B38902;
}
.TagClassName
{
border-color: #B38902;
}
</style>