Shades of Dark Goldenrod #B1801A
Tints of Dark Goldenrod #B1801A
RGB
CMYK
RGB Variations
Color information
#B1801A (or 0xB1801A) is known color: Dark Goldenrod. HEX triplet: B1, 80 and 1A. RGB value is (177,128,26). Sum of RGB (Red+Green+Blue) = 177+128+26=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B1801A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1801A is #4E7FE5. Grayscale: #838383. Windows color (decimal): -5144550 or 1736881. OLE color: 1736881.
HSL color Cylindrical-coordinate representation of color #B1801A: hue angle of 40.53º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1801A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 26 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.31 |
| HSL | 40.53º | 0.74% | 0.4% | - |
| HSV(B) | 40.53º | 0.85% | 0.69% | - |
| XYZ | 26.04 | 24.86 | 4.4 | - |
| YUV | 131.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 26 | 0 | 0.28 | 0.85 | 0.31 | 40.53 | 0.74 | 0.4 |
| Hex | B1 | 80 | 1A | 0 | 1C | 55 | 1F | 29 | 4A | 28 |
| Octal | 261 | 200 | 32 | 0 | 34 | 125 | 37 | 51 | 112 | 50 |
| Binary | 10110001 | 10000000 | 11010 | 0 | 11100 | 1010101 | 11111 | 101001 | 1001010 | 101000 |
Color Harmonies of #B1801A
Complementary color
Monochromatic Colors of #B1801A
Black with #B1801A
Text Example
Text Example
White with #B1801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1801A; }
p { color: rgb(177,128,26); }
H1.HeaderClassName
{
color: #B1801A;
}
.AnyTagClassName
{
color: #B1801A;
}
</style>
background-color css
<style>
a { background-color: #B1801A; }
a { background-color: rgb(177,128,26); }
div.DivClassName
{
background-color: #B1801A;
}
.BgClassName
{
background-color: #B1801A;
}
</style>
border-color css
<style>
span { border-color: #B1801A; }
span { border-color: rgb(177,128,26); }
td.TdClassName
{
border-color: #B1801A;
}
.TagClassName
{
border-color: #B1801A;
}
</style>