Shades of Dark Goldenrod #B67A0A
Tints of Dark Goldenrod #B67A0A
RGB
CMYK
RGB Variations
Color information
#B67A0A (or 0xB67A0A) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 0A. RGB value is (182,122,10). Sum of RGB (Red+Green+Blue) = 182+122+10=314 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.96% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A0A is #4985F5. Grayscale: #7F7F7F. Windows color (decimal): -4818422 or 686774. OLE color: 686774.
HSL color Cylindrical-coordinate representation of color #B67A0A: hue angle of 39.07º 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 #B67A0A is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 10 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.29 |
| HSL | 39.07º | 0.9% | 0.38% | - |
| HSV(B) | 39.07º | 0.95% | 0.71% | - |
| XYZ | 26.31 | 23.89 | 3.51 | - |
| YUV | 127.17 | 61.88 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 10 | 0 | 0.33 | 0.95 | 0.29 | 39.07 | 0.9 | 0.38 |
| Hex | B6 | 7A | A | 0 | 21 | 5F | 1D | 27 | 5A | 26 |
| Octal | 266 | 172 | 12 | 0 | 41 | 137 | 35 | 47 | 132 | 46 |
| Binary | 10110110 | 1111010 | 1010 | 0 | 100001 | 1011111 | 11101 | 100111 | 1011010 | 100110 |
Color Harmonies of #B67A0A
Complementary color
Monochromatic Colors of #B67A0A
Black with #B67A0A
Text Example
Text Example
White with #B67A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A0A; }
p { color: rgb(182,122,10); }
H1.HeaderClassName
{
color: #B67A0A;
}
.AnyTagClassName
{
color: #B67A0A;
}
</style>
background-color css
<style>
a { background-color: #B67A0A; }
a { background-color: rgb(182,122,10); }
div.DivClassName
{
background-color: #B67A0A;
}
.BgClassName
{
background-color: #B67A0A;
}
</style>
border-color css
<style>
span { border-color: #B67A0A; }
span { border-color: rgb(182,122,10); }
td.TdClassName
{
border-color: #B67A0A;
}
.TagClassName
{
border-color: #B67A0A;
}
</style>