Shades of Dark Goldenrod #B56905
Tints of Dark Goldenrod #B56905
RGB
CMYK
RGB Variations
Color information
#B56905 (or 0xB56905) is known color: Dark Goldenrod. HEX triplet: B5, 69 and 05. RGB value is (181,105,5). Sum of RGB (Red+Green+Blue) = 181+105+5=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B56905 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56905 is #4A96FA. Grayscale: #747474. Windows color (decimal): -4888315 or 354741. OLE color: 354741.
HSL color Cylindrical-coordinate representation of color #B56905: hue angle of 34.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B56905 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 5 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.29 |
| HSL | 34.09º | 0.95% | 0.36% | - |
| HSV(B) | 34.09º | 0.97% | 0.71% | - |
| XYZ | 24.14 | 19.94 | 2.72 | - |
| YUV | 116.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 5 | 0 | 0.42 | 0.97 | 0.29 | 34.09 | 0.95 | 0.36 |
| Hex | B5 | 69 | 5 | 0 | 2A | 61 | 1D | 22 | 5F | 24 |
| Octal | 265 | 151 | 5 | 0 | 52 | 141 | 35 | 42 | 137 | 44 |
| Binary | 10110101 | 1101001 | 101 | 0 | 101010 | 1100001 | 11101 | 100010 | 1011111 | 100100 |
Color Harmonies of #B56905
Complementary color
Monochromatic Colors of #B56905
Black with #B56905
Text Example
Text Example
White with #B56905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56905; }
p { color: rgb(181,105,5); }
H1.HeaderClassName
{
color: #B56905;
}
.AnyTagClassName
{
color: #B56905;
}
</style>
background-color css
<style>
a { background-color: #B56905; }
a { background-color: rgb(181,105,5); }
div.DivClassName
{
background-color: #B56905;
}
.BgClassName
{
background-color: #B56905;
}
</style>
border-color css
<style>
span { border-color: #B56905; }
span { border-color: rgb(181,105,5); }
td.TdClassName
{
border-color: #B56905;
}
.TagClassName
{
border-color: #B56905;
}
</style>