Shades of Dark Goldenrod #B4841E
Tints of Dark Goldenrod #B4841E
RGB
CMYK
RGB Variations
Color information
#B4841E (or 0xB4841E) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 1E. RGB value is (180,132,30). Sum of RGB (Red+Green+Blue) = 180+132+30=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4841E is #4B7BE1. Grayscale: #878787. Windows color (decimal): -4946914 or 2000052. OLE color: 2000052.
HSL color Cylindrical-coordinate representation of color #B4841E: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4841E is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 30 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.29 |
| HSL | 40.8º | 0.71% | 0.41% | - |
| HSV(B) | 40.8º | 0.83% | 0.71% | - |
| XYZ | 27.31 | 26.3 | 4.87 | - |
| YUV | 134.72 | 68.9 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 30 | 0 | 0.27 | 0.83 | 0.29 | 40.8 | 0.71 | 0.41 |
| Hex | B4 | 84 | 1E | 0 | 1B | 53 | 1D | 29 | 47 | 29 |
| Octal | 264 | 204 | 36 | 0 | 33 | 123 | 35 | 51 | 107 | 51 |
| Binary | 10110100 | 10000100 | 11110 | 0 | 11011 | 1010011 | 11101 | 101001 | 1000111 | 101001 |
Color Harmonies of #B4841E
Complementary color
Monochromatic Colors of #B4841E
Black with #B4841E
Text Example
Text Example
White with #B4841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4841E; }
p { color: rgb(180,132,30); }
H1.HeaderClassName
{
color: #B4841E;
}
.AnyTagClassName
{
color: #B4841E;
}
</style>
background-color css
<style>
a { background-color: #B4841E; }
a { background-color: rgb(180,132,30); }
div.DivClassName
{
background-color: #B4841E;
}
.BgClassName
{
background-color: #B4841E;
}
</style>
border-color css
<style>
span { border-color: #B4841E; }
span { border-color: rgb(180,132,30); }
td.TdClassName
{
border-color: #B4841E;
}
.TagClassName
{
border-color: #B4841E;
}
</style>