Shades of Dark Goldenrod #B48A00
Tints of Dark Goldenrod #B48A00
RGB
CMYK
RGB Variations
Color information
#B48A00 (or 0xB48A00) is known color: Dark Goldenrod. HEX triplet: B4, 8A and 00. RGB value is (180,138,0). Sum of RGB (Red+Green+Blue) = 180+138+0=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B48A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48A00 is #4B75FF. Grayscale: #878787. Windows color (decimal): -4945408 or 35508. OLE color: 35508.
HSL color Cylindrical-coordinate representation of color #B48A00: hue angle of 46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B48A00 is Cyan = 0, Magento = 0.23, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 138 | 0 | - |
| CMYK | 0 | 0.23 | 1 | 0.29 |
| HSL | 46º | 1% | 0.35% | - |
| HSV(B) | 46º | 1% | 0.71% | - |
| XYZ | 27.91 | 27.88 | 3.91 | - |
| YUV | 134.83 | 51.91 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 138 | 0 | 0 | 0.23 | 1 | 0.29 | 46 | 1 | 0.35 |
| Hex | B4 | 8A | 0 | 0 | 17 | 64 | 1D | 2E | 64 | 23 |
| Octal | 264 | 212 | 0 | 0 | 27 | 144 | 35 | 56 | 144 | 43 |
| Binary | 10110100 | 10001010 | 0 | 0 | 10111 | 1100100 | 11101 | 101110 | 1100100 | 100011 |
Color Harmonies of #B48A00
Complementary color
Monochromatic Colors of #B48A00
Black with #B48A00
Text Example
Text Example
White with #B48A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48A00; }
p { color: rgb(180,138,0); }
H1.HeaderClassName
{
color: #B48A00;
}
.AnyTagClassName
{
color: #B48A00;
}
</style>
background-color css
<style>
a { background-color: #B48A00; }
a { background-color: rgb(180,138,0); }
div.DivClassName
{
background-color: #B48A00;
}
.BgClassName
{
background-color: #B48A00;
}
</style>
border-color css
<style>
span { border-color: #B48A00; }
span { border-color: rgb(180,138,0); }
td.TdClassName
{
border-color: #B48A00;
}
.TagClassName
{
border-color: #B48A00;
}
</style>