Shades of Dark Goldenrod #B48F00
Tints of Dark Goldenrod #B48F00
RGB
CMYK
RGB Variations
Color information
#B48F00 (or 0xB48F00) is known color: Dark Goldenrod. HEX triplet: B4, 8F and 00. RGB value is (180,143,0). Sum of RGB (Red+Green+Blue) = 180+143+0=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 143 (56.25% from 255 or 44.27% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48F00 is #4B70FF. Grayscale: #8A8A8A. Windows color (decimal): -4944128 or 36788. OLE color: 36788.
HSL color Cylindrical-coordinate representation of color #B48F00: hue angle of 47.67º 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 #B48F00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.29 |
| HSL | 47.67º | 1% | 0.35% | - |
| HSV(B) | 47.67º | 1% | 0.71% | - |
| XYZ | 28.64 | 29.35 | 4.16 | - |
| YUV | 137.76 | 50.26 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 0 | 0 | 0.21 | 1 | 0.29 | 47.67 | 1 | 0.35 |
| Hex | B4 | 8F | 0 | 0 | 15 | 64 | 1D | 30 | 64 | 23 |
| Octal | 264 | 217 | 0 | 0 | 25 | 144 | 35 | 60 | 144 | 43 |
| Binary | 10110100 | 10001111 | 0 | 0 | 10101 | 1100100 | 11101 | 110000 | 1100100 | 100011 |
Color Harmonies of #B48F00
Complementary color
Monochromatic Colors of #B48F00
Black with #B48F00
Text Example
Text Example
White with #B48F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F00; }
p { color: rgb(180,143,0); }
H1.HeaderClassName
{
color: #B48F00;
}
.AnyTagClassName
{
color: #B48F00;
}
</style>
background-color css
<style>
a { background-color: #B48F00; }
a { background-color: rgb(180,143,0); }
div.DivClassName
{
background-color: #B48F00;
}
.BgClassName
{
background-color: #B48F00;
}
</style>
border-color css
<style>
span { border-color: #B48F00; }
span { border-color: rgb(180,143,0); }
td.TdClassName
{
border-color: #B48F00;
}
.TagClassName
{
border-color: #B48F00;
}
</style>