Shades of Dark Goldenrod #B68919
Tints of Dark Goldenrod #B68919
RGB
CMYK
RGB Variations
Color information
#B68919 (or 0xB68919) is known color: Dark Goldenrod. HEX triplet: B6, 89 and 19. RGB value is (182,137,25). Sum of RGB (Red+Green+Blue) = 182+137+25=344 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.91% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 182 - color contains mainly: red. Hex color #B68919 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68919 is #4976E6. Grayscale: #8A8A8A. Windows color (decimal): -4814567 or 1673654. OLE color: 1673654.
HSL color Cylindrical-coordinate representation of color #B68919: hue angle of 42.8º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B68919 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 25 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.29 |
| HSL | 42.8º | 0.76% | 0.41% | - |
| HSV(B) | 42.8º | 0.86% | 0.71% | - |
| XYZ | 28.41 | 27.91 | 4.81 | - |
| YUV | 137.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 25 | 0 | 0.25 | 0.86 | 0.29 | 42.8 | 0.76 | 0.41 |
| Hex | B6 | 89 | 19 | 0 | 19 | 56 | 1D | 2B | 4C | 29 |
| Octal | 266 | 211 | 31 | 0 | 31 | 126 | 35 | 53 | 114 | 51 |
| Binary | 10110110 | 10001001 | 11001 | 0 | 11001 | 1010110 | 11101 | 101011 | 1001100 | 101001 |
Color Harmonies of #B68919
Complementary color
Monochromatic Colors of #B68919
Black with #B68919
Text Example
Text Example
White with #B68919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68919; }
p { color: rgb(182,137,25); }
H1.HeaderClassName
{
color: #B68919;
}
.AnyTagClassName
{
color: #B68919;
}
</style>
background-color css
<style>
a { background-color: #B68919; }
a { background-color: rgb(182,137,25); }
div.DivClassName
{
background-color: #B68919;
}
.BgClassName
{
background-color: #B68919;
}
</style>
border-color css
<style>
span { border-color: #B68919; }
span { border-color: rgb(182,137,25); }
td.TdClassName
{
border-color: #B68919;
}
.TagClassName
{
border-color: #B68919;
}
</style>