Shades of Dark Goldenrod #B67C0A
Tints of Dark Goldenrod #B67C0A
RGB
CMYK
RGB Variations
Color information
#B67C0A (or 0xB67C0A) is known color: Dark Goldenrod. HEX triplet: B6, 7C and 0A. RGB value is (182,124,10). Sum of RGB (Red+Green+Blue) = 182+124+10=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67C0A is #4983F5. Grayscale: #808080. Windows color (decimal): -4817910 or 687286. OLE color: 687286.
HSL color Cylindrical-coordinate representation of color #B67C0A: hue angle of 39.77º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B67C0A is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 10 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.29 |
| HSL | 39.77º | 0.9% | 0.38% | - |
| HSV(B) | 39.77º | 0.95% | 0.71% | - |
| XYZ | 26.55 | 24.38 | 3.59 | - |
| YUV | 128.35 | 61.22 | 166.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 10 | 0 | 0.32 | 0.95 | 0.29 | 39.77 | 0.9 | 0.38 |
| Hex | B6 | 7C | A | 0 | 20 | 5F | 1D | 28 | 5A | 26 |
| Octal | 266 | 174 | 12 | 0 | 40 | 137 | 35 | 50 | 132 | 46 |
| Binary | 10110110 | 1111100 | 1010 | 0 | 100000 | 1011111 | 11101 | 101000 | 1011010 | 100110 |
Color Harmonies of #B67C0A
Complementary color
Monochromatic Colors of #B67C0A
Black with #B67C0A
Text Example
Text Example
White with #B67C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C0A; }
p { color: rgb(182,124,10); }
H1.HeaderClassName
{
color: #B67C0A;
}
.AnyTagClassName
{
color: #B67C0A;
}
</style>
background-color css
<style>
a { background-color: #B67C0A; }
a { background-color: rgb(182,124,10); }
div.DivClassName
{
background-color: #B67C0A;
}
.BgClassName
{
background-color: #B67C0A;
}
</style>
border-color css
<style>
span { border-color: #B67C0A; }
span { border-color: rgb(182,124,10); }
td.TdClassName
{
border-color: #B67C0A;
}
.TagClassName
{
border-color: #B67C0A;
}
</style>