Shades of Dark Goldenrod #B66A00
Tints of Dark Goldenrod #B66A00
RGB
CMYK
RGB Variations
Color information
#B66A00 (or 0xB66A00) is known color: Dark Goldenrod. HEX triplet: B6, 6A and 00. RGB value is (182,106,0). Sum of RGB (Red+Green+Blue) = 182+106+0=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66A00 is #4995FF. Grayscale: #757575. Windows color (decimal): -4822528 or 27318. OLE color: 27318.
HSL color Cylindrical-coordinate representation of color #B66A00: hue angle of 34.95º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B66A00 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 106 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.29 |
| HSL | 34.95º | 1% | 0.36% | - |
| HSV(B) | 34.95º | 1% | 0.71% | - |
| XYZ | 24.45 | 20.25 | 2.62 | - |
| YUV | 116.64 | 62.18 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 0 | 0 | 0.42 | 1 | 0.29 | 34.95 | 1 | 0.36 |
| Hex | B6 | 6A | 0 | 0 | 2A | 64 | 1D | 23 | 64 | 24 |
| Octal | 266 | 152 | 0 | 0 | 52 | 144 | 35 | 43 | 144 | 44 |
| Binary | 10110110 | 1101010 | 0 | 0 | 101010 | 1100100 | 11101 | 100011 | 1100100 | 100100 |
Color Harmonies of #B66A00
Complementary color
Monochromatic Colors of #B66A00
Black with #B66A00
Text Example
Text Example
White with #B66A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66A00; }
p { color: rgb(182,106,0); }
H1.HeaderClassName
{
color: #B66A00;
}
.AnyTagClassName
{
color: #B66A00;
}
</style>
background-color css
<style>
a { background-color: #B66A00; }
a { background-color: rgb(182,106,0); }
div.DivClassName
{
background-color: #B66A00;
}
.BgClassName
{
background-color: #B66A00;
}
</style>
border-color css
<style>
span { border-color: #B66A00; }
span { border-color: rgb(182,106,0); }
td.TdClassName
{
border-color: #B66A00;
}
.TagClassName
{
border-color: #B66A00;
}
</style>