Shades of Dark Goldenrod #B4841D
Tints of Dark Goldenrod #B4841D
RGB
CMYK
RGB Variations
Color information
#B4841D (or 0xB4841D) is known color: Dark Goldenrod. HEX triplet: B4, 84 and 1D. RGB value is (180,132,29). Sum of RGB (Red+Green+Blue) = 180+132+29=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 29 (11.72% from 255 or 8.50% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4841D is #4B7BE2. Grayscale: #878787. Windows color (decimal): -4946915 or 1934516. OLE color: 1934516.
HSL color Cylindrical-coordinate representation of color #B4841D: hue angle of 40.93º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4841D is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 29 | - |
| CMYK | 0 | 0.27 | 0.84 | 0.29 |
| HSL | 40.93º | 0.72% | 0.41% | - |
| HSV(B) | 40.93º | 0.84% | 0.71% | - |
| XYZ | 27.3 | 26.29 | 4.8 | - |
| YUV | 134.61 | 68.4 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 29 | 0 | 0.27 | 0.84 | 0.29 | 40.93 | 0.72 | 0.41 |
| Hex | B4 | 84 | 1D | 0 | 1B | 54 | 1D | 29 | 48 | 29 |
| Octal | 264 | 204 | 35 | 0 | 33 | 124 | 35 | 51 | 110 | 51 |
| Binary | 10110100 | 10000100 | 11101 | 0 | 11011 | 1010100 | 11101 | 101001 | 1001000 | 101001 |
Color Harmonies of #B4841D
Complementary color
Monochromatic Colors of #B4841D
Black with #B4841D
Text Example
Text Example
White with #B4841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4841D; }
p { color: rgb(180,132,29); }
H1.HeaderClassName
{
color: #B4841D;
}
.AnyTagClassName
{
color: #B4841D;
}
</style>
background-color css
<style>
a { background-color: #B4841D; }
a { background-color: rgb(180,132,29); }
div.DivClassName
{
background-color: #B4841D;
}
.BgClassName
{
background-color: #B4841D;
}
</style>
border-color css
<style>
span { border-color: #B4841D; }
span { border-color: rgb(180,132,29); }
td.TdClassName
{
border-color: #B4841D;
}
.TagClassName
{
border-color: #B4841D;
}
</style>