Shades of Dark Goldenrod #B68909
Tints of Dark Goldenrod #B68909
RGB
CMYK
RGB Variations
Color information
#B68909 (or 0xB68909) is known color: Dark Goldenrod. HEX triplet: B6, 89 and 09. RGB value is (182,137,9). Sum of RGB (Red+Green+Blue) = 182+137+9=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B68909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68909 is #4976F6. Grayscale: #888888. Windows color (decimal): -4814583 or 625078. OLE color: 625078.
HSL color Cylindrical-coordinate representation of color #B68909: hue angle of 44.39º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B68909 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 9 | - |
| CMYK | 0 | 0.25 | 0.95 | 0.29 |
| HSL | 44.39º | 0.91% | 0.37% | - |
| HSV(B) | 44.39º | 0.95% | 0.71% | - |
| XYZ | 28.29 | 27.86 | 4.14 | - |
| YUV | 135.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 9 | 0 | 0.25 | 0.95 | 0.29 | 44.39 | 0.91 | 0.37 |
| Hex | B6 | 89 | 9 | 0 | 19 | 5F | 1D | 2C | 5B | 25 |
| Octal | 266 | 211 | 11 | 0 | 31 | 137 | 35 | 54 | 133 | 45 |
| Binary | 10110110 | 10001001 | 1001 | 0 | 11001 | 1011111 | 11101 | 101100 | 1011011 | 100101 |
Color Harmonies of #B68909
Complementary color
Monochromatic Colors of #B68909
Black with #B68909
Text Example
Text Example
White with #B68909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68909; }
p { color: rgb(182,137,9); }
H1.HeaderClassName
{
color: #B68909;
}
.AnyTagClassName
{
color: #B68909;
}
</style>
background-color css
<style>
a { background-color: #B68909; }
a { background-color: rgb(182,137,9); }
div.DivClassName
{
background-color: #B68909;
}
.BgClassName
{
background-color: #B68909;
}
</style>
border-color css
<style>
span { border-color: #B68909; }
span { border-color: rgb(182,137,9); }
td.TdClassName
{
border-color: #B68909;
}
.TagClassName
{
border-color: #B68909;
}
</style>