Shades of Dark Goldenrod #B1900F
Tints of Dark Goldenrod #B1900F
RGB
CMYK
RGB Variations
Color information
#B1900F (or 0xB1900F) is known color: Dark Goldenrod. HEX triplet: B1, 90 and 0F. RGB value is (177,144,15). Sum of RGB (Red+Green+Blue) = 177+144+15=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1900F is #4E6FF0. Grayscale: #8B8B8B. Windows color (decimal): -5140465 or 1020081. OLE color: 1020081.
HSL color Cylindrical-coordinate representation of color #B1900F: hue angle of 47.78º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1900F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.31 |
| HSL | 47.78º | 0.84% | 0.38% | - |
| HSV(B) | 47.78º | 0.92% | 0.69% | - |
| XYZ | 28.19 | 29.33 | 4.63 | - |
| YUV | 139.16 | 57.93 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 15 | 0 | 0.19 | 0.92 | 0.31 | 47.78 | 0.84 | 0.38 |
| Hex | B1 | 90 | F | 0 | 13 | 5C | 1F | 30 | 54 | 26 |
| Octal | 261 | 220 | 17 | 0 | 23 | 134 | 37 | 60 | 124 | 46 |
| Binary | 10110001 | 10010000 | 1111 | 0 | 10011 | 1011100 | 11111 | 110000 | 1010100 | 100110 |
Color Harmonies of #B1900F
Complementary color
Monochromatic Colors of #B1900F
Black with #B1900F
Text Example
Text Example
White with #B1900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1900F; }
p { color: rgb(177,144,15); }
H1.HeaderClassName
{
color: #B1900F;
}
.AnyTagClassName
{
color: #B1900F;
}
</style>
background-color css
<style>
a { background-color: #B1900F; }
a { background-color: rgb(177,144,15); }
div.DivClassName
{
background-color: #B1900F;
}
.BgClassName
{
background-color: #B1900F;
}
</style>
border-color css
<style>
span { border-color: #B1900F; }
span { border-color: rgb(177,144,15); }
td.TdClassName
{
border-color: #B1900F;
}
.TagClassName
{
border-color: #B1900F;
}
</style>