Shades of Dark Goldenrod #B1920D
Tints of Dark Goldenrod #B1920D
RGB
CMYK
RGB Variations
Color information
#B1920D (or 0xB1920D) is known color: Dark Goldenrod. HEX triplet: B1, 92 and 0D. RGB value is (177,146,13). Sum of RGB (Red+Green+Blue) = 177+146+13=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1920D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1920D is #4E6DF2. Grayscale: #8C8C8C. Windows color (decimal): -5139955 or 889521. OLE color: 889521.
HSL color Cylindrical-coordinate representation of color #B1920D: hue angle of 48.66º degrees, saturation: 0.86, 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 #B1920D is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 146 | 13 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.31 |
| HSL | 48.66º | 0.86% | 0.37% | - |
| HSV(B) | 48.66º | 0.93% | 0.69% | - |
| XYZ | 28.48 | 29.93 | 4.66 | - |
| YUV | 140.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 13 | 0 | 0.18 | 0.93 | 0.31 | 48.66 | 0.86 | 0.37 |
| Hex | B1 | 92 | D | 0 | 12 | 5D | 1F | 31 | 56 | 25 |
| Octal | 261 | 222 | 15 | 0 | 22 | 135 | 37 | 61 | 126 | 45 |
| Binary | 10110001 | 10010010 | 1101 | 0 | 10010 | 1011101 | 11111 | 110001 | 1010110 | 100101 |
Color Harmonies of #B1920D
Complementary color
Monochromatic Colors of #B1920D
Black with #B1920D
Text Example
Text Example
White with #B1920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1920D; }
p { color: rgb(177,146,13); }
H1.HeaderClassName
{
color: #B1920D;
}
.AnyTagClassName
{
color: #B1920D;
}
</style>
background-color css
<style>
a { background-color: #B1920D; }
a { background-color: rgb(177,146,13); }
div.DivClassName
{
background-color: #B1920D;
}
.BgClassName
{
background-color: #B1920D;
}
</style>
border-color css
<style>
span { border-color: #B1920D; }
span { border-color: rgb(177,146,13); }
td.TdClassName
{
border-color: #B1920D;
}
.TagClassName
{
border-color: #B1920D;
}
</style>