Shades of Dark Goldenrod #B1920B
Tints of Dark Goldenrod #B1920B
RGB
CMYK
RGB Variations
Color information
#B1920B (or 0xB1920B) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 0B. RGB value is (177,146,11). Sum of RGB (Red+Green+Blue) = 177+146+11=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920B is #4E6DF4. Grayscale: #8C8C8C. Windows color (decimal): -5139957 or 758449. OLE color: 758449.
HSL color Cylindrical-coordinate representation of color #B1920B: hue angle of 48.8º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1920B is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 11 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.31 |
| HSL | 48.8º | 0.88% | 0.37% | - |
| HSV(B) | 48.8º | 0.94% | 0.69% | - |
| XYZ | 28.47 | 29.93 | 4.59 | - |
| YUV | 139.88 | 55.27 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 11 | 0 | 0.18 | 0.94 | 0.31 | 48.8 | 0.88 | 0.37 |
| Hex | B1 | 92 | B | 0 | 12 | 5E | 1F | 31 | 58 | 25 |
| Octal | 261 | 222 | 13 | 0 | 22 | 136 | 37 | 61 | 130 | 45 |
| Binary | 10110001 | 10010010 | 1011 | 0 | 10010 | 1011110 | 11111 | 110001 | 1011000 | 100101 |
Color Harmonies of #B1920B
Complementary color
Monochromatic Colors of #B1920B
Black with #B1920B
Text Example
Text Example
White with #B1920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1920B; }
p { color: rgb(177,146,11); }
H1.HeaderClassName
{
color: #B1920B;
}
.AnyTagClassName
{
color: #B1920B;
}
</style>
background-color css
<style>
a { background-color: #B1920B; }
a { background-color: rgb(177,146,11); }
div.DivClassName
{
background-color: #B1920B;
}
.BgClassName
{
background-color: #B1920B;
}
</style>
border-color css
<style>
span { border-color: #B1920B; }
span { border-color: rgb(177,146,11); }
td.TdClassName
{
border-color: #B1920B;
}
.TagClassName
{
border-color: #B1920B;
}
</style>