Shades of Dark Goldenrod #B18F10
Tints of Dark Goldenrod #B18F10
RGB
CMYK
RGB Variations
Color information
#B18F10 (or 0xB18F10) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 10. RGB value is (177,143,16). Sum of RGB (Red+Green+Blue) = 177+143+16=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F10 is #4E70EF. Grayscale: #8B8B8B. Windows color (decimal): -5140720 or 1085361. OLE color: 1085361.
HSL color Cylindrical-coordinate representation of color #B18F10: hue angle of 47.33º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B18F10 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 16 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.31 |
| HSL | 47.33º | 0.83% | 0.38% | - |
| HSV(B) | 47.33º | 0.91% | 0.69% | - |
| XYZ | 28.05 | 29.03 | 4.62 | - |
| YUV | 138.69 | 58.76 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 16 | 0 | 0.19 | 0.91 | 0.31 | 47.33 | 0.83 | 0.38 |
| Hex | B1 | 8F | 10 | 0 | 13 | 5B | 1F | 2F | 53 | 26 |
| Octal | 261 | 217 | 20 | 0 | 23 | 133 | 37 | 57 | 123 | 46 |
| Binary | 10110001 | 10001111 | 10000 | 0 | 10011 | 1011011 | 11111 | 101111 | 1010011 | 100110 |
Color Harmonies of #B18F10
Complementary color
Monochromatic Colors of #B18F10
Black with #B18F10
Text Example
Text Example
White with #B18F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F10; }
p { color: rgb(177,143,16); }
H1.HeaderClassName
{
color: #B18F10;
}
.AnyTagClassName
{
color: #B18F10;
}
</style>
background-color css
<style>
a { background-color: #B18F10; }
a { background-color: rgb(177,143,16); }
div.DivClassName
{
background-color: #B18F10;
}
.BgClassName
{
background-color: #B18F10;
}
</style>
border-color css
<style>
span { border-color: #B18F10; }
span { border-color: rgb(177,143,16); }
td.TdClassName
{
border-color: #B18F10;
}
.TagClassName
{
border-color: #B18F10;
}
</style>