Shades of Dark Goldenrod #B28319
Tints of Dark Goldenrod #B28319
RGB
CMYK
RGB Variations
Color information
#B28319 (or 0xB28319) is known color: Dark Goldenrod. HEX triplet: B2, 83 and 19. RGB value is (178,131,25). Sum of RGB (Red+Green+Blue) = 178+131+25=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B28319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B28319 is #4D7CE6. Grayscale: #858585. Windows color (decimal): -5078247 or 1672114. OLE color: 1672114.
HSL color Cylindrical-coordinate representation of color #B28319: hue angle of 41.57º 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 #B28319 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 131 | 25 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.30 |
| HSL | 41.57º | 0.75% | 0.4% | - |
| HSV(B) | 41.57º | 0.86% | 0.7% | - |
| XYZ | 26.65 | 25.77 | 4.49 | - |
| YUV | 132.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 131 | 25 | 0 | 0.26 | 0.86 | 0.30 | 41.57 | 0.75 | 0.4 |
| Hex | B2 | 83 | 19 | 0 | 1A | 56 | 1E | 2A | 4B | 28 |
| Octal | 262 | 203 | 31 | 0 | 32 | 126 | 36 | 52 | 113 | 50 |
| Binary | 10110010 | 10000011 | 11001 | 0 | 11010 | 1010110 | 11110 | 101010 | 1001011 | 101000 |
Color Harmonies of #B28319
Complementary color
Monochromatic Colors of #B28319
Black with #B28319
Text Example
Text Example
White with #B28319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28319; }
p { color: rgb(178,131,25); }
H1.HeaderClassName
{
color: #B28319;
}
.AnyTagClassName
{
color: #B28319;
}
</style>
background-color css
<style>
a { background-color: #B28319; }
a { background-color: rgb(178,131,25); }
div.DivClassName
{
background-color: #B28319;
}
.BgClassName
{
background-color: #B28319;
}
</style>
border-color css
<style>
span { border-color: #B28319; }
span { border-color: rgb(178,131,25); }
td.TdClassName
{
border-color: #B28319;
}
.TagClassName
{
border-color: #B28319;
}
</style>