Shades of Dark Goldenrod #B08500
Tints of Dark Goldenrod #B08500
RGB
CMYK
RGB Variations
Color information
#B08500 (or 0xB08500) is known color: Dark Goldenrod. HEX triplet: B0, 85 and 00. RGB value is (176,133,0). Sum of RGB (Red+Green+Blue) = 176+133+0=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B08500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08500 is #4F7AFF. Grayscale: #838383. Windows color (decimal): -5208832 or 34224. OLE color: 34224.
HSL color Cylindrical-coordinate representation of color #B08500: hue angle of 45.34º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B08500 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.31 |
| HSL | 45.34º | 1% | 0.35% | - |
| HSV(B) | 45.34º | 1% | 0.69% | - |
| XYZ | 26.29 | 26.01 | 3.63 | - |
| YUV | 130.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 0 | 0 | 0.24 | 1 | 0.31 | 45.34 | 1 | 0.35 |
| Hex | B0 | 85 | 0 | 0 | 18 | 64 | 1F | 2D | 64 | 23 |
| Octal | 260 | 205 | 0 | 0 | 30 | 144 | 37 | 55 | 144 | 43 |
| Binary | 10110000 | 10000101 | 0 | 0 | 11000 | 1100100 | 11111 | 101101 | 1100100 | 100011 |
Color Harmonies of #B08500
Complementary color
Monochromatic Colors of #B08500
Black with #B08500
Text Example
Text Example
White with #B08500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08500; }
p { color: rgb(176,133,0); }
H1.HeaderClassName
{
color: #B08500;
}
.AnyTagClassName
{
color: #B08500;
}
</style>
background-color css
<style>
a { background-color: #B08500; }
a { background-color: rgb(176,133,0); }
div.DivClassName
{
background-color: #B08500;
}
.BgClassName
{
background-color: #B08500;
}
</style>
border-color css
<style>
span { border-color: #B08500; }
span { border-color: rgb(176,133,0); }
td.TdClassName
{
border-color: #B08500;
}
.TagClassName
{
border-color: #B08500;
}
</style>