Shades of Dark Goldenrod #B1851E
Tints of Dark Goldenrod #B1851E
RGB
CMYK
RGB Variations
Color information
#B1851E (or 0xB1851E) is known color: Dark Goldenrod. HEX triplet: B1, 85 and 1E. RGB value is (177,133,30). Sum of RGB (Red+Green+Blue) = 177+133+30=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1851E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1851E is #4E7AE1. Grayscale: #868686. Windows color (decimal): -5143266 or 2000305. OLE color: 2000305.
HSL color Cylindrical-coordinate representation of color #B1851E: hue angle of 42.04º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1851E is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 30 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.31 |
| HSL | 42.04º | 0.71% | 0.41% | - |
| HSV(B) | 42.04º | 0.83% | 0.69% | - |
| XYZ | 26.75 | 26.22 | 4.88 | - |
| YUV | 134.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 30 | 0 | 0.25 | 0.83 | 0.31 | 42.04 | 0.71 | 0.41 |
| Hex | B1 | 85 | 1E | 0 | 19 | 53 | 1F | 2A | 47 | 29 |
| Octal | 261 | 205 | 36 | 0 | 31 | 123 | 37 | 52 | 107 | 51 |
| Binary | 10110001 | 10000101 | 11110 | 0 | 11001 | 1010011 | 11111 | 101010 | 1000111 | 101001 |
Color Harmonies of #B1851E
Complementary color
Monochromatic Colors of #B1851E
Black with #B1851E
Text Example
Text Example
White with #B1851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1851E; }
p { color: rgb(177,133,30); }
H1.HeaderClassName
{
color: #B1851E;
}
.AnyTagClassName
{
color: #B1851E;
}
</style>
background-color css
<style>
a { background-color: #B1851E; }
a { background-color: rgb(177,133,30); }
div.DivClassName
{
background-color: #B1851E;
}
.BgClassName
{
background-color: #B1851E;
}
</style>
border-color css
<style>
span { border-color: #B1851E; }
span { border-color: rgb(177,133,30); }
td.TdClassName
{
border-color: #B1851E;
}
.TagClassName
{
border-color: #B1851E;
}
</style>