Shades of Dark Goldenrod #B68A16
Tints of Dark Goldenrod #B68A16
RGB
CMYK
RGB Variations
Color information
#B68A16 (or 0xB68A16) is known color: Dark Goldenrod. HEX triplet: B6, 8A and 16. RGB value is (182,138,22). Sum of RGB (Red+Green+Blue) = 182+138+22=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68A16 is #4975E9. Grayscale: #8A8A8A. Windows color (decimal): -4814314 or 1477302. OLE color: 1477302.
HSL color Cylindrical-coordinate representation of color #B68A16: hue angle of 43.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B68A16 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 138 | 22 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.29 |
| HSL | 43.5º | 0.78% | 0.4% | - |
| HSV(B) | 43.5º | 0.88% | 0.71% | - |
| XYZ | 28.52 | 28.18 | 4.69 | - |
| YUV | 137.93 | 62.58 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 138 | 22 | 0 | 0.24 | 0.88 | 0.29 | 43.5 | 0.78 | 0.4 |
| Hex | B6 | 8A | 16 | 0 | 18 | 58 | 1D | 2C | 4E | 28 |
| Octal | 266 | 212 | 26 | 0 | 30 | 130 | 35 | 54 | 116 | 50 |
| Binary | 10110110 | 10001010 | 10110 | 0 | 11000 | 1011000 | 11101 | 101100 | 1001110 | 101000 |
Color Harmonies of #B68A16
Complementary color
Monochromatic Colors of #B68A16
Black with #B68A16
Text Example
Text Example
White with #B68A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68A16; }
p { color: rgb(182,138,22); }
H1.HeaderClassName
{
color: #B68A16;
}
.AnyTagClassName
{
color: #B68A16;
}
</style>
background-color css
<style>
a { background-color: #B68A16; }
a { background-color: rgb(182,138,22); }
div.DivClassName
{
background-color: #B68A16;
}
.BgClassName
{
background-color: #B68A16;
}
</style>
border-color css
<style>
span { border-color: #B68A16; }
span { border-color: rgb(182,138,22); }
td.TdClassName
{
border-color: #B68A16;
}
.TagClassName
{
border-color: #B68A16;
}
</style>