Shades of Dark Goldenrod #B67912
Tints of Dark Goldenrod #B67912
RGB
CMYK
RGB Variations
Color information
#B67912 (or 0xB67912) is known color: Dark Goldenrod. HEX triplet: B6, 79 and 12. RGB value is (182,121,18). Sum of RGB (Red+Green+Blue) = 182+121+18=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B67912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67912 is #4986ED. Grayscale: #7F7F7F. Windows color (decimal): -4818670 or 1210806. OLE color: 1210806.
HSL color Cylindrical-coordinate representation of color #B67912: hue angle of 37.68º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67912 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 18 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.29 |
| HSL | 37.68º | 0.82% | 0.39% | - |
| HSV(B) | 37.68º | 0.9% | 0.71% | - |
| XYZ | 26.24 | 23.66 | 3.76 | - |
| YUV | 127.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 18 | 0 | 0.34 | 0.90 | 0.29 | 37.68 | 0.82 | 0.39 |
| Hex | B6 | 79 | 12 | 0 | 22 | 5A | 1D | 26 | 52 | 27 |
| Octal | 266 | 171 | 22 | 0 | 42 | 132 | 35 | 46 | 122 | 47 |
| Binary | 10110110 | 1111001 | 10010 | 0 | 100010 | 1011010 | 11101 | 100110 | 1010010 | 100111 |
Color Harmonies of #B67912
Complementary color
Monochromatic Colors of #B67912
Black with #B67912
Text Example
Text Example
White with #B67912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67912; }
p { color: rgb(182,121,18); }
H1.HeaderClassName
{
color: #B67912;
}
.AnyTagClassName
{
color: #B67912;
}
</style>
background-color css
<style>
a { background-color: #B67912; }
a { background-color: rgb(182,121,18); }
div.DivClassName
{
background-color: #B67912;
}
.BgClassName
{
background-color: #B67912;
}
</style>
border-color css
<style>
span { border-color: #B67912; }
span { border-color: rgb(182,121,18); }
td.TdClassName
{
border-color: #B67912;
}
.TagClassName
{
border-color: #B67912;
}
</style>