Shades of Dark Goldenrod #B18F09
Tints of Dark Goldenrod #B18F09
RGB
CMYK
RGB Variations
Color information
#B18F09 (or 0xB18F09) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 09. RGB value is (177,143,9). Sum of RGB (Red+Green+Blue) = 177+143+9=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F09 is #4E70F6. Grayscale: #8A8A8A. Windows color (decimal): -5140727 or 626609. OLE color: 626609.
HSL color Cylindrical-coordinate representation of color #B18F09: hue angle of 47.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B18F09 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 9 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.31 |
| HSL | 47.86º | 0.9% | 0.36% | - |
| HSV(B) | 47.86º | 0.95% | 0.69% | - |
| XYZ | 28 | 29.01 | 4.38 | - |
| YUV | 137.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 9 | 0 | 0.19 | 0.95 | 0.31 | 47.86 | 0.9 | 0.36 |
| Hex | B1 | 8F | 9 | 0 | 13 | 5F | 1F | 30 | 5A | 24 |
| Octal | 261 | 217 | 11 | 0 | 23 | 137 | 37 | 60 | 132 | 44 |
| Binary | 10110001 | 10001111 | 1001 | 0 | 10011 | 1011111 | 11111 | 110000 | 1011010 | 100100 |
Color Harmonies of #B18F09
Complementary color
Monochromatic Colors of #B18F09
Black with #B18F09
Text Example
Text Example
White with #B18F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F09; }
p { color: rgb(177,143,9); }
H1.HeaderClassName
{
color: #B18F09;
}
.AnyTagClassName
{
color: #B18F09;
}
</style>
background-color css
<style>
a { background-color: #B18F09; }
a { background-color: rgb(177,143,9); }
div.DivClassName
{
background-color: #B18F09;
}
.BgClassName
{
background-color: #B18F09;
}
</style>
border-color css
<style>
span { border-color: #B18F09; }
span { border-color: rgb(177,143,9); }
td.TdClassName
{
border-color: #B18F09;
}
.TagClassName
{
border-color: #B18F09;
}
</style>