Shades of Dark Goldenrod #B0900D
Tints of Dark Goldenrod #B0900D
RGB
CMYK
RGB Variations
Color information
#B0900D (or 0xB0900D) is known color: Dark Goldenrod. HEX triplet: B0, 90 and 0D. RGB value is (176,144,13). Sum of RGB (Red+Green+Blue) = 176+144+13=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 144 (56.64% from 255 or 43.24% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0900D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0900D is #4F6FF2. Grayscale: #8B8B8B. Windows color (decimal): -5206003 or 889008. OLE color: 889008.
HSL color Cylindrical-coordinate representation of color #B0900D: hue angle of 48.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0900D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 13 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.31 |
| HSL | 48.22º | 0.86% | 0.37% | - |
| HSV(B) | 48.22º | 0.93% | 0.69% | - |
| XYZ | 27.95 | 29.21 | 4.54 | - |
| YUV | 138.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 13 | 0 | 0.18 | 0.93 | 0.31 | 48.22 | 0.86 | 0.37 |
| Hex | B0 | 90 | D | 0 | 12 | 5D | 1F | 30 | 56 | 25 |
| Octal | 260 | 220 | 15 | 0 | 22 | 135 | 37 | 60 | 126 | 45 |
| Binary | 10110000 | 10010000 | 1101 | 0 | 10010 | 1011101 | 11111 | 110000 | 1010110 | 100101 |
Color Harmonies of #B0900D
Complementary color
Monochromatic Colors of #B0900D
Black with #B0900D
Text Example
Text Example
White with #B0900D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0900D; }
p { color: rgb(176,144,13); }
H1.HeaderClassName
{
color: #B0900D;
}
.AnyTagClassName
{
color: #B0900D;
}
</style>
background-color css
<style>
a { background-color: #B0900D; }
a { background-color: rgb(176,144,13); }
div.DivClassName
{
background-color: #B0900D;
}
.BgClassName
{
background-color: #B0900D;
}
</style>
border-color css
<style>
span { border-color: #B0900D; }
span { border-color: rgb(176,144,13); }
td.TdClassName
{
border-color: #B0900D;
}
.TagClassName
{
border-color: #B0900D;
}
</style>