Shades of Dark Goldenrod #B67C00
Tints of Dark Goldenrod #B67C00
RGB
CMYK
RGB Variations
Color information
#B67C00 (or 0xB67C00) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 00. RGB value is (182,124,0). Sum of RGB (Red+Green+Blue) = 182+124+0=306 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.48% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C00 is #4983FF. Grayscale: #7F7F7F. Windows color (decimal): -4817920 or 31926. OLE color: 31926.
HSL color Cylindrical-coordinate representation of color #B67C00: hue angle of 40.88º 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 #B67C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.29 |
| HSL | 40.88º | 1% | 0.36% | - |
| HSV(B) | 40.88º | 1% | 0.71% | - |
| XYZ | 26.5 | 24.36 | 3.31 | - |
| YUV | 127.21 | 56.22 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 0 | 0 | 0.32 | 1 | 0.29 | 40.88 | 1 | 0.36 |
| Hex | B6 | 7C | 0 | 0 | 20 | 64 | 1D | 29 | 64 | 24 |
| Octal | 266 | 174 | 0 | 0 | 40 | 144 | 35 | 51 | 144 | 44 |
| Binary | 10110110 | 1111100 | 0 | 0 | 100000 | 1100100 | 11101 | 101001 | 1100100 | 100100 |
Color Harmonies of #B67C00
Complementary color
Monochromatic Colors of #B67C00
Black with #B67C00
Text Example
Text Example
White with #B67C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C00; }
p { color: rgb(182,124,0); }
H1.HeaderClassName
{
color: #B67C00;
}
.AnyTagClassName
{
color: #B67C00;
}
</style>
background-color css
<style>
a { background-color: #B67C00; }
a { background-color: rgb(182,124,0); }
div.DivClassName
{
background-color: #B67C00;
}
.BgClassName
{
background-color: #B67C00;
}
</style>
border-color css
<style>
span { border-color: #B67C00; }
span { border-color: rgb(182,124,0); }
td.TdClassName
{
border-color: #B67C00;
}
.TagClassName
{
border-color: #B67C00;
}
</style>