Shades of Dark Goldenrod #B09305
Tints of Dark Goldenrod #B09305
RGB
CMYK
RGB Variations
Color information
#B09305 (or 0xB09305) is known color: Dark Goldenrod. HEX triplet: B0, 93 and 05. RGB value is (176,147,5). Sum of RGB (Red+Green+Blue) = 176+147+5=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B09305 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09305 is #4F6CFA. Grayscale: #8C8C8C. Windows color (decimal): -5205243 or 365488. OLE color: 365488.
HSL color Cylindrical-coordinate representation of color #B09305: hue angle of 49.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B09305 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 147 | 5 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.31 |
| HSL | 49.82º | 0.94% | 0.35% | - |
| HSV(B) | 49.82º | 0.97% | 0.69% | - |
| XYZ | 28.37 | 30.11 | 4.46 | - |
| YUV | 139.48 | 52.11 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 147 | 5 | 0 | 0.16 | 0.97 | 0.31 | 49.82 | 0.94 | 0.35 |
| Hex | B0 | 93 | 5 | 0 | 10 | 61 | 1F | 32 | 5E | 23 |
| Octal | 260 | 223 | 5 | 0 | 20 | 141 | 37 | 62 | 136 | 43 |
| Binary | 10110000 | 10010011 | 101 | 0 | 10000 | 1100001 | 11111 | 110010 | 1011110 | 100011 |
Color Harmonies of #B09305
Complementary color
Monochromatic Colors of #B09305
Black with #B09305
Text Example
Text Example
White with #B09305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09305; }
p { color: rgb(176,147,5); }
H1.HeaderClassName
{
color: #B09305;
}
.AnyTagClassName
{
color: #B09305;
}
</style>
background-color css
<style>
a { background-color: #B09305; }
a { background-color: rgb(176,147,5); }
div.DivClassName
{
background-color: #B09305;
}
.BgClassName
{
background-color: #B09305;
}
</style>
border-color css
<style>
span { border-color: #B09305; }
span { border-color: rgb(176,147,5); }
td.TdClassName
{
border-color: #B09305;
}
.TagClassName
{
border-color: #B09305;
}
</style>