Shades of Dark Goldenrod #B58A0F
Tints of Dark Goldenrod #B58A0F
RGB
CMYK
RGB Variations
Color information
#B58A0F (or 0xB58A0F) is known color: Dark Goldenrod. HEX triplet: B5, 8A and 0F. RGB value is (181,138,15). Sum of RGB (Red+Green+Blue) = 181+138+15=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 138 (54.30% from 255 or 41.32% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B58A0F is #4A75F0. Grayscale: #898989. Windows color (decimal): -4879857 or 1018549. OLE color: 1018549.
HSL color Cylindrical-coordinate representation of color #B58A0F: hue angle of 44.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B58A0F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 138 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.29 |
| HSL | 44.46º | 0.85% | 0.38% | - |
| HSV(B) | 44.46º | 0.92% | 0.71% | - |
| XYZ | 28.23 | 28.04 | 4.38 | - |
| YUV | 136.84 | 59.25 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 138 | 15 | 0 | 0.24 | 0.92 | 0.29 | 44.46 | 0.85 | 0.38 |
| Hex | B5 | 8A | F | 0 | 18 | 5C | 1D | 2C | 55 | 26 |
| Octal | 265 | 212 | 17 | 0 | 30 | 134 | 35 | 54 | 125 | 46 |
| Binary | 10110101 | 10001010 | 1111 | 0 | 11000 | 1011100 | 11101 | 101100 | 1010101 | 100110 |
Color Harmonies of #B58A0F
Complementary color
Monochromatic Colors of #B58A0F
Black with #B58A0F
Text Example
Text Example
White with #B58A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58A0F; }
p { color: rgb(181,138,15); }
H1.HeaderClassName
{
color: #B58A0F;
}
.AnyTagClassName
{
color: #B58A0F;
}
</style>
background-color css
<style>
a { background-color: #B58A0F; }
a { background-color: rgb(181,138,15); }
div.DivClassName
{
background-color: #B58A0F;
}
.BgClassName
{
background-color: #B58A0F;
}
</style>
border-color css
<style>
span { border-color: #B58A0F; }
span { border-color: rgb(181,138,15); }
td.TdClassName
{
border-color: #B58A0F;
}
.TagClassName
{
border-color: #B58A0F;
}
</style>