Shades of Dark Goldenrod #B88305
Tints of Dark Goldenrod #B88305
RGB
CMYK
RGB Variations
Color information
#B88305 (or 0xB88305) is known color: Dark Goldenrod. HEX triplet: B8, 83 and 05. RGB value is (184,131,5). Sum of RGB (Red+Green+Blue) = 184+131+5=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B88305 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88305 is #477CFA. Grayscale: #858585. Windows color (decimal): -4685051 or 361400. OLE color: 361400.
HSL color Cylindrical-coordinate representation of color #B88305: hue angle of 42.23º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B88305 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 131 | 5 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.28 |
| HSL | 42.23º | 0.95% | 0.37% | - |
| HSV(B) | 42.23º | 0.97% | 0.72% | - |
| XYZ | 27.91 | 26.43 | 3.77 | - |
| YUV | 132.48 | 56.06 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 131 | 5 | 0 | 0.29 | 0.97 | 0.28 | 42.23 | 0.95 | 0.37 |
| Hex | B8 | 83 | 5 | 0 | 1D | 61 | 1C | 2A | 5F | 25 |
| Octal | 270 | 203 | 5 | 0 | 35 | 141 | 34 | 52 | 137 | 45 |
| Binary | 10111000 | 10000011 | 101 | 0 | 11101 | 1100001 | 11100 | 101010 | 1011111 | 100101 |
Color Harmonies of #B88305
Complementary color
Monochromatic Colors of #B88305
Black with #B88305
Text Example
Text Example
White with #B88305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88305; }
p { color: rgb(184,131,5); }
H1.HeaderClassName
{
color: #B88305;
}
.AnyTagClassName
{
color: #B88305;
}
</style>
background-color css
<style>
a { background-color: #B88305; }
a { background-color: rgb(184,131,5); }
div.DivClassName
{
background-color: #B88305;
}
.BgClassName
{
background-color: #B88305;
}
</style>
border-color css
<style>
span { border-color: #B88305; }
span { border-color: rgb(184,131,5); }
td.TdClassName
{
border-color: #B88305;
}
.TagClassName
{
border-color: #B88305;
}
</style>