Shades of Dark Goldenrod #B1920A
Tints of Dark Goldenrod #B1920A
RGB
CMYK
RGB Variations
Color information
#B1920A (or 0xB1920A) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 0A. RGB value is (177,146,10). Sum of RGB (Red+Green+Blue) = 177+146+10=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 146 (57.42% from 255 or 43.84% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920A is #4E6DF5. Grayscale: #8C8C8C. Windows color (decimal): -5139958 or 692913. OLE color: 692913.
HSL color Cylindrical-coordinate representation of color #B1920A: hue angle of 48.86º degrees, saturation: 0.89, 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 #B1920A is Cyan = 0, Magento = 0.18, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 10 | - |
| CMYK | 0 | 0.18 | 0.94 | 0.31 |
| HSL | 48.86º | 0.89% | 0.37% | - |
| HSV(B) | 48.86º | 0.94% | 0.69% | - |
| XYZ | 28.47 | 29.93 | 4.56 | - |
| YUV | 139.77 | 54.77 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 10 | 0 | 0.18 | 0.94 | 0.31 | 48.86 | 0.89 | 0.37 |
| Hex | B1 | 92 | A | 0 | 12 | 5E | 1F | 31 | 59 | 25 |
| Octal | 261 | 222 | 12 | 0 | 22 | 136 | 37 | 61 | 131 | 45 |
| Binary | 10110001 | 10010010 | 1010 | 0 | 10010 | 1011110 | 11111 | 110001 | 1011001 | 100101 |
Color Harmonies of #B1920A
Complementary color
Monochromatic Colors of #B1920A
Black with #B1920A
Text Example
Text Example
White with #B1920A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1920A; }
p { color: rgb(177,146,10); }
H1.HeaderClassName
{
color: #B1920A;
}
.AnyTagClassName
{
color: #B1920A;
}
</style>
background-color css
<style>
a { background-color: #B1920A; }
a { background-color: rgb(177,146,10); }
div.DivClassName
{
background-color: #B1920A;
}
.BgClassName
{
background-color: #B1920A;
}
</style>
border-color css
<style>
span { border-color: #B1920A; }
span { border-color: rgb(177,146,10); }
td.TdClassName
{
border-color: #B1920A;
}
.TagClassName
{
border-color: #B1920A;
}
</style>