Shades of Dark Goldenrod #B56902
Tints of Dark Goldenrod #B56902
RGB
CMYK
RGB Variations
Color information
#B56902 (or 0xB56902) is known color: Dark Goldenrod. HEX triplet: B5, 69 and 02. RGB value is (181,105,2). Sum of RGB (Red+Green+Blue) = 181+105+2=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B56902 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56902 is #4A96FD. Grayscale: #747474. Windows color (decimal): -4888318 or 158133. OLE color: 158133.
HSL color Cylindrical-coordinate representation of color #B56902: hue angle of 34.53º 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 #B56902 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 2 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.29 |
| HSL | 34.53º | 0.98% | 0.36% | - |
| HSV(B) | 34.53º | 0.99% | 0.71% | - |
| XYZ | 24.12 | 19.93 | 2.63 | - |
| YUV | 115.98 | 63.68 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 2 | 0 | 0.42 | 0.99 | 0.29 | 34.53 | 0.98 | 0.36 |
| Hex | B5 | 69 | 2 | 0 | 2A | 63 | 1D | 23 | 62 | 24 |
| Octal | 265 | 151 | 2 | 0 | 52 | 143 | 35 | 43 | 142 | 44 |
| Binary | 10110101 | 1101001 | 10 | 0 | 101010 | 1100011 | 11101 | 100011 | 1100010 | 100100 |
Color Harmonies of #B56902
Complementary color
Monochromatic Colors of #B56902
Black with #B56902
Text Example
Text Example
White with #B56902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56902; }
p { color: rgb(181,105,2); }
H1.HeaderClassName
{
color: #B56902;
}
.AnyTagClassName
{
color: #B56902;
}
</style>
background-color css
<style>
a { background-color: #B56902; }
a { background-color: rgb(181,105,2); }
div.DivClassName
{
background-color: #B56902;
}
.BgClassName
{
background-color: #B56902;
}
</style>
border-color css
<style>
span { border-color: #B56902; }
span { border-color: rgb(181,105,2); }
td.TdClassName
{
border-color: #B56902;
}
.TagClassName
{
border-color: #B56902;
}
</style>