Shades of Dark Goldenrod #B48C11
Tints of Dark Goldenrod #B48C11
RGB
CMYK
RGB Variations
Color information
#B48C11 (or 0xB48C11) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 11. RGB value is (180,140,17). Sum of RGB (Red+Green+Blue) = 180+140+17=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C11 is #4B73EE. Grayscale: #8A8A8A. Windows color (decimal): -4944879 or 1150132. OLE color: 1150132.
HSL color Cylindrical-coordinate representation of color #B48C11: hue angle of 45.28º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B48C11 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 17 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.29 |
| HSL | 45.28º | 0.83% | 0.39% | - |
| HSV(B) | 45.28º | 0.91% | 0.71% | - |
| XYZ | 28.3 | 28.5 | 4.54 | - |
| YUV | 137.94 | 59.75 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 17 | 0 | 0.22 | 0.91 | 0.29 | 45.28 | 0.83 | 0.39 |
| Hex | B4 | 8C | 11 | 0 | 16 | 5B | 1D | 2D | 53 | 27 |
| Octal | 264 | 214 | 21 | 0 | 26 | 133 | 35 | 55 | 123 | 47 |
| Binary | 10110100 | 10001100 | 10001 | 0 | 10110 | 1011011 | 11101 | 101101 | 1010011 | 100111 |
Color Harmonies of #B48C11
Complementary color
Monochromatic Colors of #B48C11
Black with #B48C11
Text Example
Text Example
White with #B48C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C11; }
p { color: rgb(180,140,17); }
H1.HeaderClassName
{
color: #B48C11;
}
.AnyTagClassName
{
color: #B48C11;
}
</style>
background-color css
<style>
a { background-color: #B48C11; }
a { background-color: rgb(180,140,17); }
div.DivClassName
{
background-color: #B48C11;
}
.BgClassName
{
background-color: #B48C11;
}
</style>
border-color css
<style>
span { border-color: #B48C11; }
span { border-color: rgb(180,140,17); }
td.TdClassName
{
border-color: #B48C11;
}
.TagClassName
{
border-color: #B48C11;
}
</style>