Shades of Dark Goldenrod #B68505
Tints of Dark Goldenrod #B68505
RGB
CMYK
RGB Variations
Color information
#B68505 (or 0xB68505) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 05. RGB value is (182,133,5). Sum of RGB (Red+Green+Blue) = 182+133+5=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B68505 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68505 is #497AFA. Grayscale: #858585. Windows color (decimal): -4815611 or 361910. OLE color: 361910.
HSL color Cylindrical-coordinate representation of color #B68505: hue angle of 43.39º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68505 is Cyan = 0, Magento = 0.27, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 133 | 5 | - |
| CMYK | 0 | 0.27 | 0.97 | 0.29 |
| HSL | 43.39º | 0.95% | 0.37% | - |
| HSV(B) | 43.39º | 0.97% | 0.71% | - |
| XYZ | 27.71 | 26.73 | 3.84 | - |
| YUV | 133.06 | 55.73 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 133 | 5 | 0 | 0.27 | 0.97 | 0.29 | 43.39 | 0.95 | 0.37 |
| Hex | B6 | 85 | 5 | 0 | 1B | 61 | 1D | 2B | 5F | 25 |
| Octal | 266 | 205 | 5 | 0 | 33 | 141 | 35 | 53 | 137 | 45 |
| Binary | 10110110 | 10000101 | 101 | 0 | 11011 | 1100001 | 11101 | 101011 | 1011111 | 100101 |
Color Harmonies of #B68505
Complementary color
Monochromatic Colors of #B68505
Black with #B68505
Text Example
Text Example
White with #B68505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68505; }
p { color: rgb(182,133,5); }
H1.HeaderClassName
{
color: #B68505;
}
.AnyTagClassName
{
color: #B68505;
}
</style>
background-color css
<style>
a { background-color: #B68505; }
a { background-color: rgb(182,133,5); }
div.DivClassName
{
background-color: #B68505;
}
.BgClassName
{
background-color: #B68505;
}
</style>
border-color css
<style>
span { border-color: #B68505; }
span { border-color: rgb(182,133,5); }
td.TdClassName
{
border-color: #B68505;
}
.TagClassName
{
border-color: #B68505;
}
</style>