Shades of Dark Goldenrod #B18A1B
Tints of Dark Goldenrod #B18A1B
RGB
CMYK
RGB Variations
Color information
#B18A1B (or 0xB18A1B) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 1B. RGB value is (177,138,27). Sum of RGB (Red+Green+Blue) = 177+138+27=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18A1B is #4E75E4. Grayscale: #898989. Windows color (decimal): -5141989 or 1804977. OLE color: 1804977.
HSL color Cylindrical-coordinate representation of color #B18A1B: hue angle of 44.4º 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 #B18A1B is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 27 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.31 |
| HSL | 44.4º | 0.74% | 0.4% | - |
| HSV(B) | 44.4º | 0.85% | 0.69% | - |
| XYZ | 27.42 | 27.6 | 4.92 | - |
| YUV | 137.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 27 | 0 | 0.22 | 0.85 | 0.31 | 44.4 | 0.74 | 0.4 |
| Hex | B1 | 8A | 1B | 0 | 16 | 55 | 1F | 2C | 4A | 28 |
| Octal | 261 | 212 | 33 | 0 | 26 | 125 | 37 | 54 | 112 | 50 |
| Binary | 10110001 | 10001010 | 11011 | 0 | 10110 | 1010101 | 11111 | 101100 | 1001010 | 101000 |
Color Harmonies of #B18A1B
Complementary color
Monochromatic Colors of #B18A1B
Black with #B18A1B
Text Example
Text Example
White with #B18A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A1B; }
p { color: rgb(177,138,27); }
H1.HeaderClassName
{
color: #B18A1B;
}
.AnyTagClassName
{
color: #B18A1B;
}
</style>
background-color css
<style>
a { background-color: #B18A1B; }
a { background-color: rgb(177,138,27); }
div.DivClassName
{
background-color: #B18A1B;
}
.BgClassName
{
background-color: #B18A1B;
}
</style>
border-color css
<style>
span { border-color: #B18A1B; }
span { border-color: rgb(177,138,27); }
td.TdClassName
{
border-color: #B18A1B;
}
.TagClassName
{
border-color: #B18A1B;
}
</style>