Shades of Dark Goldenrod #B09400
Tints of Dark Goldenrod #B09400
RGB
CMYK
RGB Variations
Color information
#B09400 (or 0xB09400) is known color: Dark Goldenrod. HEX triplet: B0, 94 and 00. RGB value is (176,148,0). Sum of RGB (Red+Green+Blue) = 176+148+0=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B09400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09400 is #4F6BFF. Grayscale: #8C8C8C. Windows color (decimal): -5204992 or 38064. OLE color: 38064.
HSL color Cylindrical-coordinate representation of color #B09400: hue angle of 50.45º 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 #B09400 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 148 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.31 |
| HSL | 50.45º | 1% | 0.35% | - |
| HSV(B) | 50.45º | 1% | 0.69% | - |
| XYZ | 28.49 | 30.41 | 4.37 | - |
| YUV | 139.5 | 49.28 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 148 | 0 | 0 | 0.16 | 1 | 0.31 | 50.45 | 1 | 0.35 |
| Hex | B0 | 94 | 0 | 0 | 10 | 64 | 1F | 32 | 64 | 23 |
| Octal | 260 | 224 | 0 | 0 | 20 | 144 | 37 | 62 | 144 | 43 |
| Binary | 10110000 | 10010100 | 0 | 0 | 10000 | 1100100 | 11111 | 110010 | 1100100 | 100011 |
Color Harmonies of #B09400
Complementary color
Monochromatic Colors of #B09400
Black with #B09400
Text Example
Text Example
White with #B09400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09400; }
p { color: rgb(176,148,0); }
H1.HeaderClassName
{
color: #B09400;
}
.AnyTagClassName
{
color: #B09400;
}
</style>
background-color css
<style>
a { background-color: #B09400; }
a { background-color: rgb(176,148,0); }
div.DivClassName
{
background-color: #B09400;
}
.BgClassName
{
background-color: #B09400;
}
</style>
border-color css
<style>
span { border-color: #B09400; }
span { border-color: rgb(176,148,0); }
td.TdClassName
{
border-color: #B09400;
}
.TagClassName
{
border-color: #B09400;
}
</style>