Shades of Dark Goldenrod #B48C0D
Tints of Dark Goldenrod #B48C0D
RGB
CMYK
RGB Variations
Color information
#B48C0D (or 0xB48C0D) is known color: Dark Goldenrod. HEX triplet: B4, 8C and 0D. RGB value is (180,140,13). Sum of RGB (Red+Green+Blue) = 180+140+13=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48C0D is #4B73F2. Grayscale: #8A8A8A. Windows color (decimal): -4944883 or 887988. OLE color: 887988.
HSL color Cylindrical-coordinate representation of color #B48C0D: hue angle of 45.63º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B48C0D is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 13 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.29 |
| HSL | 45.63º | 0.87% | 0.38% | - |
| HSV(B) | 45.63º | 0.93% | 0.71% | - |
| XYZ | 28.27 | 28.49 | 4.39 | - |
| YUV | 137.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 13 | 0 | 0.22 | 0.93 | 0.29 | 45.63 | 0.87 | 0.38 |
| Hex | B4 | 8C | D | 0 | 16 | 5D | 1D | 2E | 57 | 26 |
| Octal | 264 | 214 | 15 | 0 | 26 | 135 | 35 | 56 | 127 | 46 |
| Binary | 10110100 | 10001100 | 1101 | 0 | 10110 | 1011101 | 11101 | 101110 | 1010111 | 100110 |
Color Harmonies of #B48C0D
Complementary color
Monochromatic Colors of #B48C0D
Black with #B48C0D
Text Example
Text Example
White with #B48C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C0D; }
p { color: rgb(180,140,13); }
H1.HeaderClassName
{
color: #B48C0D;
}
.AnyTagClassName
{
color: #B48C0D;
}
</style>
background-color css
<style>
a { background-color: #B48C0D; }
a { background-color: rgb(180,140,13); }
div.DivClassName
{
background-color: #B48C0D;
}
.BgClassName
{
background-color: #B48C0D;
}
</style>
border-color css
<style>
span { border-color: #B48C0D; }
span { border-color: rgb(180,140,13); }
td.TdClassName
{
border-color: #B48C0D;
}
.TagClassName
{
border-color: #B48C0D;
}
</style>