Shades of Dark Goldenrod #B1900E
Tints of Dark Goldenrod #B1900E
RGB
CMYK
RGB Variations
Color information
#B1900E (or 0xB1900E) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 0E. RGB value is (177,144,14). Sum of RGB (Red+Green+Blue) = 177+144+14=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 144 (56.64% from 255 or 42.99% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1900E is #4E6FF1. Grayscale: #8B8B8B. Windows color (decimal): -5140466 or 954545. OLE color: 954545.
HSL color Cylindrical-coordinate representation of color #B1900E: hue angle of 47.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1900E is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 14 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.31 |
| HSL | 47.85º | 0.85% | 0.37% | - |
| HSV(B) | 47.85º | 0.92% | 0.69% | - |
| XYZ | 28.18 | 29.33 | 4.59 | - |
| YUV | 139.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 14 | 0 | 0.19 | 0.92 | 0.31 | 47.85 | 0.85 | 0.37 |
| Hex | B1 | 90 | E | 0 | 13 | 5C | 1F | 30 | 55 | 25 |
| Octal | 261 | 220 | 16 | 0 | 23 | 134 | 37 | 60 | 125 | 45 |
| Binary | 10110001 | 10010000 | 1110 | 0 | 10011 | 1011100 | 11111 | 110000 | 1010101 | 100101 |
Color Harmonies of #B1900E
Complementary color
Monochromatic Colors of #B1900E
Black with #B1900E
Text Example
Text Example
White with #B1900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1900E; }
p { color: rgb(177,144,14); }
H1.HeaderClassName
{
color: #B1900E;
}
.AnyTagClassName
{
color: #B1900E;
}
</style>
background-color css
<style>
a { background-color: #B1900E; }
a { background-color: rgb(177,144,14); }
div.DivClassName
{
background-color: #B1900E;
}
.BgClassName
{
background-color: #B1900E;
}
</style>
border-color css
<style>
span { border-color: #B1900E; }
span { border-color: rgb(177,144,14); }
td.TdClassName
{
border-color: #B1900E;
}
.TagClassName
{
border-color: #B1900E;
}
</style>