Shades of Dark Goldenrod #B1840B
Tints of Dark Goldenrod #B1840B
RGB
CMYK
RGB Variations
Color information
#B1840B (or 0xB1840B) is known color: Dark Goldenrod. HEX triplet: B1, 84 and 0B. RGB value is (177,132,11). Sum of RGB (Red+Green+Blue) = 177+132+11=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1840B is #4E7BF4. Grayscale: #848484. Windows color (decimal): -5143541 or 754865. OLE color: 754865.
HSL color Cylindrical-coordinate representation of color #B1840B: hue angle of 43.73º 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 #B1840B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.31 |
| HSL | 43.73º | 0.88% | 0.37% | - |
| HSV(B) | 43.73º | 0.94% | 0.69% | - |
| XYZ | 26.44 | 25.87 | 3.92 | - |
| YUV | 131.66 | 59.91 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 11 | 0 | 0.25 | 0.94 | 0.31 | 43.73 | 0.88 | 0.37 |
| Hex | B1 | 84 | B | 0 | 19 | 5E | 1F | 2C | 58 | 25 |
| Octal | 261 | 204 | 13 | 0 | 31 | 136 | 37 | 54 | 130 | 45 |
| Binary | 10110001 | 10000100 | 1011 | 0 | 11001 | 1011110 | 11111 | 101100 | 1011000 | 100101 |
Color Harmonies of #B1840B
Complementary color
Monochromatic Colors of #B1840B
Black with #B1840B
Text Example
Text Example
White with #B1840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1840B; }
p { color: rgb(177,132,11); }
H1.HeaderClassName
{
color: #B1840B;
}
.AnyTagClassName
{
color: #B1840B;
}
</style>
background-color css
<style>
a { background-color: #B1840B; }
a { background-color: rgb(177,132,11); }
div.DivClassName
{
background-color: #B1840B;
}
.BgClassName
{
background-color: #B1840B;
}
</style>
border-color css
<style>
span { border-color: #B1840B; }
span { border-color: rgb(177,132,11); }
td.TdClassName
{
border-color: #B1840B;
}
.TagClassName
{
border-color: #B1840B;
}
</style>