Shades of Dark Goldenrod #B48F0C
Tints of Dark Goldenrod #B48F0C
RGB
CMYK
RGB Variations
Color information
#B48F0C (or 0xB48F0C) is known color: Dark Goldenrod. HEX triplet: B4, 8F and 0C. RGB value is (180,143,12). Sum of RGB (Red+Green+Blue) = 180+143+12=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F0C is #4B70F3. Grayscale: #8B8B8B. Windows color (decimal): -4944116 or 823220. OLE color: 823220.
HSL color Cylindrical-coordinate representation of color #B48F0C: hue angle of 46.79º degrees, saturation: 0.88, 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 #B48F0C is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 12 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.29 |
| HSL | 46.79º | 0.88% | 0.38% | - |
| HSV(B) | 46.79º | 0.93% | 0.71% | - |
| XYZ | 28.71 | 29.37 | 4.5 | - |
| YUV | 139.13 | 56.26 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 12 | 0 | 0.21 | 0.93 | 0.29 | 46.79 | 0.88 | 0.38 |
| Hex | B4 | 8F | C | 0 | 15 | 5D | 1D | 2F | 58 | 26 |
| Octal | 264 | 217 | 14 | 0 | 25 | 135 | 35 | 57 | 130 | 46 |
| Binary | 10110100 | 10001111 | 1100 | 0 | 10101 | 1011101 | 11101 | 101111 | 1011000 | 100110 |
Color Harmonies of #B48F0C
Complementary color
Monochromatic Colors of #B48F0C
Black with #B48F0C
Text Example
Text Example
White with #B48F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F0C; }
p { color: rgb(180,143,12); }
H1.HeaderClassName
{
color: #B48F0C;
}
.AnyTagClassName
{
color: #B48F0C;
}
</style>
background-color css
<style>
a { background-color: #B48F0C; }
a { background-color: rgb(180,143,12); }
div.DivClassName
{
background-color: #B48F0C;
}
.BgClassName
{
background-color: #B48F0C;
}
</style>
border-color css
<style>
span { border-color: #B48F0C; }
span { border-color: rgb(180,143,12); }
td.TdClassName
{
border-color: #B48F0C;
}
.TagClassName
{
border-color: #B48F0C;
}
</style>