Shades of Dark Goldenrod #B88313
Tints of Dark Goldenrod #B88313
RGB
CMYK
RGB Variations
Color information
#B88313 (or 0xB88313) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 13. RGB value is (184,131,19). Sum of RGB (Red+Green+Blue) = 184+131+19=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B88313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88313 is #477CEC. Grayscale: #868686. Windows color (decimal): -4685037 or 1278904. OLE color: 1278904.
HSL color Cylindrical-coordinate representation of color #B88313: hue angle of 40.73º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B88313 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 19 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.28 |
| HSL | 40.73º | 0.81% | 0.4% | - |
| HSV(B) | 40.73º | 0.9% | 0.72% | - |
| XYZ | 28 | 26.47 | 4.25 | - |
| YUV | 134.08 | 63.06 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 19 | 0 | 0.29 | 0.90 | 0.28 | 40.73 | 0.81 | 0.4 |
| Hex | B8 | 83 | 13 | 0 | 1D | 5A | 1C | 29 | 51 | 28 |
| Octal | 270 | 203 | 23 | 0 | 35 | 132 | 34 | 51 | 121 | 50 |
| Binary | 10111000 | 10000011 | 10011 | 0 | 11101 | 1011010 | 11100 | 101001 | 1010001 | 101000 |
Color Harmonies of #B88313
Complementary color
Monochromatic Colors of #B88313
Black with #B88313
Text Example
Text Example
White with #B88313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88313; }
p { color: rgb(184,131,19); }
H1.HeaderClassName
{
color: #B88313;
}
.AnyTagClassName
{
color: #B88313;
}
</style>
background-color css
<style>
a { background-color: #B88313; }
a { background-color: rgb(184,131,19); }
div.DivClassName
{
background-color: #B88313;
}
.BgClassName
{
background-color: #B88313;
}
</style>
border-color css
<style>
span { border-color: #B88313; }
span { border-color: rgb(184,131,19); }
td.TdClassName
{
border-color: #B88313;
}
.TagClassName
{
border-color: #B88313;
}
</style>