Shades of Dark Goldenrod #B66D0B
Tints of Dark Goldenrod #B66D0B
RGB
CMYK
RGB Variations
Color information
#B66D0B (or 0xB66D0B) is known color: Dark Goldenrod. HEX triplet: B6, 6D and 0B. RGB value is (182,109,11). Sum of RGB (Red+Green+Blue) = 182+109+11=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B66D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66D0B is #4992F4. Grayscale: #787878. Windows color (decimal): -4821749 or 748982. OLE color: 748982.
HSL color Cylindrical-coordinate representation of color #B66D0B: hue angle of 34.39º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B66D0B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 109 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.29 |
| HSL | 34.39º | 0.89% | 0.38% | - |
| HSV(B) | 34.39º | 0.94% | 0.71% | - |
| XYZ | 24.82 | 20.91 | 3.04 | - |
| YUV | 119.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 11 | 0 | 0.40 | 0.94 | 0.29 | 34.39 | 0.89 | 0.38 |
| Hex | B6 | 6D | B | 0 | 28 | 5E | 1D | 22 | 59 | 26 |
| Octal | 266 | 155 | 13 | 0 | 50 | 136 | 35 | 42 | 131 | 46 |
| Binary | 10110110 | 1101101 | 1011 | 0 | 101000 | 1011110 | 11101 | 100010 | 1011001 | 100110 |
Color Harmonies of #B66D0B
Complementary color
Monochromatic Colors of #B66D0B
Black with #B66D0B
Text Example
Text Example
White with #B66D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66D0B; }
p { color: rgb(182,109,11); }
H1.HeaderClassName
{
color: #B66D0B;
}
.AnyTagClassName
{
color: #B66D0B;
}
</style>
background-color css
<style>
a { background-color: #B66D0B; }
a { background-color: rgb(182,109,11); }
div.DivClassName
{
background-color: #B66D0B;
}
.BgClassName
{
background-color: #B66D0B;
}
</style>
border-color css
<style>
span { border-color: #B66D0B; }
span { border-color: rgb(182,109,11); }
td.TdClassName
{
border-color: #B66D0B;
}
.TagClassName
{
border-color: #B66D0B;
}
</style>