Shades of Dark Goldenrod #B18F08
Tints of Dark Goldenrod #B18F08
RGB
CMYK
RGB Variations
Color information
#B18F08 (or 0xB18F08) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 08. RGB value is (177,143,8). Sum of RGB (Red+Green+Blue) = 177+143+8=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F08 is #4E70F7. Grayscale: #8A8A8A. Windows color (decimal): -5140728 or 561073. OLE color: 561073.
HSL color Cylindrical-coordinate representation of color #B18F08: hue angle of 47.93º degrees, saturation: 0.91, 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 #B18F08 is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 8 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.31 |
| HSL | 47.93º | 0.91% | 0.36% | - |
| HSV(B) | 47.93º | 0.95% | 0.69% | - |
| XYZ | 28 | 29.01 | 4.35 | - |
| YUV | 137.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 8 | 0 | 0.19 | 0.95 | 0.31 | 47.93 | 0.91 | 0.36 |
| Hex | B1 | 8F | 8 | 0 | 13 | 5F | 1F | 30 | 5B | 24 |
| Octal | 261 | 217 | 10 | 0 | 23 | 137 | 37 | 60 | 133 | 44 |
| Binary | 10110001 | 10001111 | 1000 | 0 | 10011 | 1011111 | 11111 | 110000 | 1011011 | 100100 |
Color Harmonies of #B18F08
Complementary color
Monochromatic Colors of #B18F08
Black with #B18F08
Text Example
Text Example
White with #B18F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F08; }
p { color: rgb(177,143,8); }
H1.HeaderClassName
{
color: #B18F08;
}
.AnyTagClassName
{
color: #B18F08;
}
</style>
background-color css
<style>
a { background-color: #B18F08; }
a { background-color: rgb(177,143,8); }
div.DivClassName
{
background-color: #B18F08;
}
.BgClassName
{
background-color: #B18F08;
}
</style>
border-color css
<style>
span { border-color: #B18F08; }
span { border-color: rgb(177,143,8); }
td.TdClassName
{
border-color: #B18F08;
}
.TagClassName
{
border-color: #B18F08;
}
</style>