Shades of Dark Goldenrod #B48101
Tints of Dark Goldenrod #B48101
RGB
CMYK
RGB Variations
Color information
#B48101 (or 0xB48101) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 01. RGB value is (180,129,1). Sum of RGB (Red+Green+Blue) = 180+129+1=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B48101 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48101 is #4B7EFE. Grayscale: #828282. Windows color (decimal): -4947711 or 98740. OLE color: 98740.
HSL color Cylindrical-coordinate representation of color #B48101: hue angle of 42.91º 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 #B48101 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.29 |
| HSL | 42.91º | 0.99% | 0.35% | - |
| HSV(B) | 42.91º | 0.99% | 0.71% | - |
| XYZ | 26.68 | 25.41 | 3.53 | - |
| YUV | 129.66 | 55.4 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 1 | 0 | 0.28 | 0.99 | 0.29 | 42.91 | 0.99 | 0.35 |
| Hex | B4 | 81 | 1 | 0 | 1C | 63 | 1D | 2B | 63 | 23 |
| Octal | 264 | 201 | 1 | 0 | 34 | 143 | 35 | 53 | 143 | 43 |
| Binary | 10110100 | 10000001 | 1 | 0 | 11100 | 1100011 | 11101 | 101011 | 1100011 | 100011 |
Color Harmonies of #B48101
Complementary color
Monochromatic Colors of #B48101
Black with #B48101
Text Example
Text Example
White with #B48101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48101; }
p { color: rgb(180,129,1); }
H1.HeaderClassName
{
color: #B48101;
}
.AnyTagClassName
{
color: #B48101;
}
</style>
background-color css
<style>
a { background-color: #B48101; }
a { background-color: rgb(180,129,1); }
div.DivClassName
{
background-color: #B48101;
}
.BgClassName
{
background-color: #B48101;
}
</style>
border-color css
<style>
span { border-color: #B48101; }
span { border-color: rgb(180,129,1); }
td.TdClassName
{
border-color: #B48101;
}
.TagClassName
{
border-color: #B48101;
}
</style>