Shades of Dark Goldenrod #B1920C
Tints of Dark Goldenrod #B1920C
RGB
CMYK
RGB Variations
Color information
#B1920C (or 0xB1920C) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 0C. RGB value is (177,146,12). Sum of RGB (Red+Green+Blue) = 177+146+12=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920C is #4E6DF3. Grayscale: #8C8C8C. Windows color (decimal): -5139956 or 823985. OLE color: 823985.
HSL color Cylindrical-coordinate representation of color #B1920C: hue angle of 48.73º degrees, saturation: 0.87, 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 #B1920C is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 12 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.31 |
| HSL | 48.73º | 0.87% | 0.37% | - |
| HSV(B) | 48.73º | 0.93% | 0.69% | - |
| XYZ | 28.48 | 29.93 | 4.62 | - |
| YUV | 139.99 | 55.77 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 12 | 0 | 0.18 | 0.93 | 0.31 | 48.73 | 0.87 | 0.37 |
| Hex | B1 | 92 | C | 0 | 12 | 5D | 1F | 31 | 57 | 25 |
| Octal | 261 | 222 | 14 | 0 | 22 | 135 | 37 | 61 | 127 | 45 |
| Binary | 10110001 | 10010010 | 1100 | 0 | 10010 | 1011101 | 11111 | 110001 | 1010111 | 100101 |
Color Harmonies of #B1920C
Complementary color
Monochromatic Colors of #B1920C
Black with #B1920C
Text Example
Text Example
White with #B1920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1920C; }
p { color: rgb(177,146,12); }
H1.HeaderClassName
{
color: #B1920C;
}
.AnyTagClassName
{
color: #B1920C;
}
</style>
background-color css
<style>
a { background-color: #B1920C; }
a { background-color: rgb(177,146,12); }
div.DivClassName
{
background-color: #B1920C;
}
.BgClassName
{
background-color: #B1920C;
}
</style>
border-color css
<style>
span { border-color: #B1920C; }
span { border-color: rgb(177,146,12); }
td.TdClassName
{
border-color: #B1920C;
}
.TagClassName
{
border-color: #B1920C;
}
</style>