Shades of Dark Goldenrod #B38819
Tints of Dark Goldenrod #B38819
RGB
CMYK
RGB Variations
Color information
#B38819 (or 0xB38819) is known color: Dark Goldenrod. HEX triplet: B3, 88 and 19. RGB value is (179,136,25). Sum of RGB (Red+Green+Blue) = 179+136+25=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B38819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B38819 is #4C77E6. Grayscale: #888888. Windows color (decimal): -5011431 or 1673395. OLE color: 1673395.
HSL color Cylindrical-coordinate representation of color #B38819: hue angle of 43.25º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B38819 is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 136 | 25 | - |
| CMYK | 0 | 0.24 | 0.86 | 0.30 |
| HSL | 43.25º | 0.75% | 0.4% | - |
| HSV(B) | 43.25º | 0.86% | 0.7% | - |
| XYZ | 27.57 | 27.26 | 4.73 | - |
| YUV | 136.2 | 65.25 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 136 | 25 | 0 | 0.24 | 0.86 | 0.30 | 43.25 | 0.75 | 0.4 |
| Hex | B3 | 88 | 19 | 0 | 18 | 56 | 1E | 2B | 4B | 28 |
| Octal | 263 | 210 | 31 | 0 | 30 | 126 | 36 | 53 | 113 | 50 |
| Binary | 10110011 | 10001000 | 11001 | 0 | 11000 | 1010110 | 11110 | 101011 | 1001011 | 101000 |
Color Harmonies of #B38819
Complementary color
Monochromatic Colors of #B38819
Black with #B38819
Text Example
Text Example
White with #B38819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38819; }
p { color: rgb(179,136,25); }
H1.HeaderClassName
{
color: #B38819;
}
.AnyTagClassName
{
color: #B38819;
}
</style>
background-color css
<style>
a { background-color: #B38819; }
a { background-color: rgb(179,136,25); }
div.DivClassName
{
background-color: #B38819;
}
.BgClassName
{
background-color: #B38819;
}
</style>
border-color css
<style>
span { border-color: #B38819; }
span { border-color: rgb(179,136,25); }
td.TdClassName
{
border-color: #B38819;
}
.TagClassName
{
border-color: #B38819;
}
</style>