Shades of Dark Goldenrod #B18F0C
Tints of Dark Goldenrod #B18F0C
RGB
CMYK
RGB Variations
Color information
#B18F0C (or 0xB18F0C) is known color: Dark Goldenrod. HEX triplet: B1, 8F and 0C. RGB value is (177,143,12). Sum of RGB (Red+Green+Blue) = 177+143+12=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F0C is #4E70F3. Grayscale: #8A8A8A. Windows color (decimal): -5140724 or 823217. OLE color: 823217.
HSL color Cylindrical-coordinate representation of color #B18F0C: hue angle of 47.64º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B18F0C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 143 | 12 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.31 |
| HSL | 47.64º | 0.87% | 0.37% | - |
| HSV(B) | 47.64º | 0.93% | 0.69% | - |
| XYZ | 28.02 | 29.02 | 4.47 | - |
| YUV | 138.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 143 | 12 | 0 | 0.19 | 0.93 | 0.31 | 47.64 | 0.87 | 0.37 |
| Hex | B1 | 8F | C | 0 | 13 | 5D | 1F | 30 | 57 | 25 |
| Octal | 261 | 217 | 14 | 0 | 23 | 135 | 37 | 60 | 127 | 45 |
| Binary | 10110001 | 10001111 | 1100 | 0 | 10011 | 1011101 | 11111 | 110000 | 1010111 | 100101 |
Color Harmonies of #B18F0C
Complementary color
Monochromatic Colors of #B18F0C
Black with #B18F0C
Text Example
Text Example
White with #B18F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18F0C; }
p { color: rgb(177,143,12); }
H1.HeaderClassName
{
color: #B18F0C;
}
.AnyTagClassName
{
color: #B18F0C;
}
</style>
background-color css
<style>
a { background-color: #B18F0C; }
a { background-color: rgb(177,143,12); }
div.DivClassName
{
background-color: #B18F0C;
}
.BgClassName
{
background-color: #B18F0C;
}
</style>
border-color css
<style>
span { border-color: #B18F0C; }
span { border-color: rgb(177,143,12); }
td.TdClassName
{
border-color: #B18F0C;
}
.TagClassName
{
border-color: #B18F0C;
}
</style>