Shades of Dark Goldenrod #B18A01
Tints of Dark Goldenrod #B18A01
RGB
CMYK
RGB Variations
Color information
#B18A01 (or 0xB18A01) is known color: Dark Goldenrod. HEX triplet: B1, 8A and 01. RGB value is (177,138,1). Sum of RGB (Red+Green+Blue) = 177+138+1=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B18A01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18A01 is #4E75FE. Grayscale: #868686. Windows color (decimal): -5142015 or 101041. OLE color: 101041.
HSL color Cylindrical-coordinate representation of color #B18A01: hue angle of 46.7º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B18A01 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 138 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.31 |
| HSL | 46.7º | 0.99% | 0.35% | - |
| HSV(B) | 46.7º | 0.99% | 0.69% | - |
| XYZ | 27.23 | 27.53 | 3.91 | - |
| YUV | 134.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 138 | 1 | 0 | 0.22 | 0.99 | 0.31 | 46.7 | 0.99 | 0.35 |
| Hex | B1 | 8A | 1 | 0 | 16 | 63 | 1F | 2F | 63 | 23 |
| Octal | 261 | 212 | 1 | 0 | 26 | 143 | 37 | 57 | 143 | 43 |
| Binary | 10110001 | 10001010 | 1 | 0 | 10110 | 1100011 | 11111 | 101111 | 1100011 | 100011 |
Color Harmonies of #B18A01
Complementary color
Monochromatic Colors of #B18A01
Black with #B18A01
Text Example
Text Example
White with #B18A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18A01; }
p { color: rgb(177,138,1); }
H1.HeaderClassName
{
color: #B18A01;
}
.AnyTagClassName
{
color: #B18A01;
}
</style>
background-color css
<style>
a { background-color: #B18A01; }
a { background-color: rgb(177,138,1); }
div.DivClassName
{
background-color: #B18A01;
}
.BgClassName
{
background-color: #B18A01;
}
</style>
border-color css
<style>
span { border-color: #B18A01; }
span { border-color: rgb(177,138,1); }
td.TdClassName
{
border-color: #B18A01;
}
.TagClassName
{
border-color: #B18A01;
}
</style>