Shades of Dark Goldenrod #B48C18
Tints of Dark Goldenrod #B48C18
RGB
CMYK
RGB Variations
Color information
#B48C18 (or 0xB48C18) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 18. RGB value is (180,140,24). Sum of RGB (Red+Green+Blue) = 180+140+24=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C18 is #4B73E7. Grayscale: #8B8B8B. Windows color (decimal): -4944872 or 1608884. OLE color: 1608884.
HSL color Cylindrical-coordinate representation of color #B48C18: hue angle of 44.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B48C18 is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 24 | - |
| CMYK | 0 | 0.22 | 0.87 | 0.29 |
| HSL | 44.62º | 0.76% | 0.4% | - |
| HSV(B) | 44.62º | 0.87% | 0.71% | - |
| XYZ | 28.37 | 28.53 | 4.88 | - |
| YUV | 138.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 24 | 0 | 0.22 | 0.87 | 0.29 | 44.62 | 0.76 | 0.4 |
| Hex | B4 | 8C | 18 | 0 | 16 | 57 | 1D | 2D | 4C | 28 |
| Octal | 264 | 214 | 30 | 0 | 26 | 127 | 35 | 55 | 114 | 50 |
| Binary | 10110100 | 10001100 | 11000 | 0 | 10110 | 1010111 | 11101 | 101101 | 1001100 | 101000 |
Color Harmonies of #B48C18
Complementary color
Monochromatic Colors of #B48C18
Black with #B48C18
Text Example
Text Example
White with #B48C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C18; }
p { color: rgb(180,140,24); }
H1.HeaderClassName
{
color: #B48C18;
}
.AnyTagClassName
{
color: #B48C18;
}
</style>
background-color css
<style>
a { background-color: #B48C18; }
a { background-color: rgb(180,140,24); }
div.DivClassName
{
background-color: #B48C18;
}
.BgClassName
{
background-color: #B48C18;
}
</style>
border-color css
<style>
span { border-color: #B48C18; }
span { border-color: rgb(180,140,24); }
td.TdClassName
{
border-color: #B48C18;
}
.TagClassName
{
border-color: #B48C18;
}
</style>