Shades of Dark Goldenrod #B18A0B
Tints of Dark Goldenrod #B18A0B
RGB
CMYK
RGB Variations
Color information
#B18A0B (or 0xB18A0B) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 0B. RGB value is (177,138,11). Sum of RGB (Red+Green+Blue) = 177+138+11=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 138 (54.30% from 255 or 42.33% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A0B is #4E75F4. Grayscale: #878787. Windows color (decimal): -5142005 or 756401. OLE color: 756401.
HSL color Cylindrical-coordinate representation of color #B18A0B: hue angle of 45.9º 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 #B18A0B is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 11 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.31 |
| HSL | 45.9º | 0.88% | 0.37% | - |
| HSV(B) | 45.9º | 0.94% | 0.69% | - |
| XYZ | 27.28 | 27.55 | 4.2 | - |
| YUV | 135.18 | 57.92 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 11 | 0 | 0.22 | 0.94 | 0.31 | 45.9 | 0.88 | 0.37 |
| Hex | B1 | 8A | B | 0 | 16 | 5E | 1F | 2E | 58 | 25 |
| Octal | 261 | 212 | 13 | 0 | 26 | 136 | 37 | 56 | 130 | 45 |
| Binary | 10110001 | 10001010 | 1011 | 0 | 10110 | 1011110 | 11111 | 101110 | 1011000 | 100101 |
Color Harmonies of #B18A0B
Complementary color
Monochromatic Colors of #B18A0B
Black with #B18A0B
Text Example
Text Example
White with #B18A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A0B; }
p { color: rgb(177,138,11); }
H1.HeaderClassName
{
color: #B18A0B;
}
.AnyTagClassName
{
color: #B18A0B;
}
</style>
background-color css
<style>
a { background-color: #B18A0B; }
a { background-color: rgb(177,138,11); }
div.DivClassName
{
background-color: #B18A0B;
}
.BgClassName
{
background-color: #B18A0B;
}
</style>
border-color css
<style>
span { border-color: #B18A0B; }
span { border-color: rgb(177,138,11); }
td.TdClassName
{
border-color: #B18A0B;
}
.TagClassName
{
border-color: #B18A0B;
}
</style>