Shades of Dark Goldenrod #B67A00
Tints of Dark Goldenrod #B67A00
RGB
CMYK
RGB Variations
Color information
#B67A00 (or 0xB67A00) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 00. RGB value is (182,122,0). Sum of RGB (Red+Green+Blue) = 182+122+0=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A00 is #4985FF. Grayscale: #7E7E7E. Windows color (decimal): -4818432 or 31414. OLE color: 31414.
HSL color Cylindrical-coordinate representation of color #B67A00: hue angle of 40.22º 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 #B67A00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.29 |
| HSL | 40.22º | 1% | 0.36% | - |
| HSV(B) | 40.22º | 1% | 0.71% | - |
| XYZ | 26.25 | 23.86 | 3.22 | - |
| YUV | 126.03 | 56.88 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 0 | 0 | 0.33 | 1 | 0.29 | 40.22 | 1 | 0.36 |
| Hex | B6 | 7A | 0 | 0 | 21 | 64 | 1D | 28 | 64 | 24 |
| Octal | 266 | 172 | 0 | 0 | 41 | 144 | 35 | 50 | 144 | 44 |
| Binary | 10110110 | 1111010 | 0 | 0 | 100001 | 1100100 | 11101 | 101000 | 1100100 | 100100 |
Color Harmonies of #B67A00
Complementary color
Monochromatic Colors of #B67A00
Black with #B67A00
Text Example
Text Example
White with #B67A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A00; }
p { color: rgb(182,122,0); }
H1.HeaderClassName
{
color: #B67A00;
}
.AnyTagClassName
{
color: #B67A00;
}
</style>
background-color css
<style>
a { background-color: #B67A00; }
a { background-color: rgb(182,122,0); }
div.DivClassName
{
background-color: #B67A00;
}
.BgClassName
{
background-color: #B67A00;
}
</style>
border-color css
<style>
span { border-color: #B67A00; }
span { border-color: rgb(182,122,0); }
td.TdClassName
{
border-color: #B67A00;
}
.TagClassName
{
border-color: #B67A00;
}
</style>