Shades of Dark Goldenrod #B48001
Tints of Dark Goldenrod #B48001
RGB
CMYK
RGB Variations
Color information
#B48001 (or 0xB48001) is known color: Dark Goldenrod. HEX triplet: B4, 80 and 01. RGB value is (180,128,1). Sum of RGB (Red+Green+Blue) = 180+128+1=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 1 (0.78% from 255 or 0.32% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B48001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48001 is #4B7FFE. Grayscale: #818181. Windows color (decimal): -4947967 or 98484. OLE color: 98484.
HSL color Cylindrical-coordinate representation of color #B48001: hue angle of 42.57º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B48001 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.29 |
| HSL | 42.57º | 0.99% | 0.35% | - |
| HSV(B) | 42.57º | 0.99% | 0.71% | - |
| XYZ | 26.55 | 25.14 | 3.48 | - |
| YUV | 129.07 | 55.73 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 1 | 0 | 0.29 | 0.99 | 0.29 | 42.57 | 0.99 | 0.35 |
| Hex | B4 | 80 | 1 | 0 | 1D | 63 | 1D | 2B | 63 | 23 |
| Octal | 264 | 200 | 1 | 0 | 35 | 143 | 35 | 53 | 143 | 43 |
| Binary | 10110100 | 10000000 | 1 | 0 | 11101 | 1100011 | 11101 | 101011 | 1100011 | 100011 |
Color Harmonies of #B48001
Complementary color
Monochromatic Colors of #B48001
Black with #B48001
Text Example
Text Example
White with #B48001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48001; }
p { color: rgb(180,128,1); }
H1.HeaderClassName
{
color: #B48001;
}
.AnyTagClassName
{
color: #B48001;
}
</style>
background-color css
<style>
a { background-color: #B48001; }
a { background-color: rgb(180,128,1); }
div.DivClassName
{
background-color: #B48001;
}
.BgClassName
{
background-color: #B48001;
}
</style>
border-color css
<style>
span { border-color: #B48001; }
span { border-color: rgb(180,128,1); }
td.TdClassName
{
border-color: #B48001;
}
.TagClassName
{
border-color: #B48001;
}
</style>