Shades of Dark Goldenrod #B48B0A
Tints of Dark Goldenrod #B48B0A
RGB
CMYK
RGB Variations
Color information
#B48B0A (or 0xB48B0A) is known color: Dark Goldenrod. HEX triplet: B4, 8B and 0A. RGB value is (180,139,10). Sum of RGB (Red+Green+Blue) = 180+139+10=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 139 (54.69% from 255 or 42.25% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B48B0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48B0A is #4B74F5. Grayscale: #898989. Windows color (decimal): -4945142 or 691124. OLE color: 691124.
HSL color Cylindrical-coordinate representation of color #B48B0A: hue angle of 45.53º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B48B0A is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 139 | 10 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.29 |
| HSL | 45.53º | 0.89% | 0.37% | - |
| HSV(B) | 45.53º | 0.94% | 0.71% | - |
| XYZ | 28.11 | 28.19 | 4.25 | - |
| YUV | 136.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 139 | 10 | 0 | 0.23 | 0.94 | 0.29 | 45.53 | 0.89 | 0.37 |
| Hex | B4 | 8B | A | 0 | 17 | 5E | 1D | 2E | 59 | 25 |
| Octal | 264 | 213 | 12 | 0 | 27 | 136 | 35 | 56 | 131 | 45 |
| Binary | 10110100 | 10001011 | 1010 | 0 | 10111 | 1011110 | 11101 | 101110 | 1011001 | 100101 |
Color Harmonies of #B48B0A
Complementary color
Monochromatic Colors of #B48B0A
Black with #B48B0A
Text Example
Text Example
White with #B48B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48B0A; }
p { color: rgb(180,139,10); }
H1.HeaderClassName
{
color: #B48B0A;
}
.AnyTagClassName
{
color: #B48B0A;
}
</style>
background-color css
<style>
a { background-color: #B48B0A; }
a { background-color: rgb(180,139,10); }
div.DivClassName
{
background-color: #B48B0A;
}
.BgClassName
{
background-color: #B48B0A;
}
</style>
border-color css
<style>
span { border-color: #B48B0A; }
span { border-color: rgb(180,139,10); }
td.TdClassName
{
border-color: #B48B0A;
}
.TagClassName
{
border-color: #B48B0A;
}
</style>