Shades of Dark Goldenrod #B4851D
Tints of Dark Goldenrod #B4851D
RGB
CMYK
RGB Variations
Color information
#B4851D (or 0xB4851D) is known color: Dark Goldenrod. HEX triplet: B4, 85 and 1D. RGB value is (180,133,29). Sum of RGB (Red+Green+Blue) = 180+133+29=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B4851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4851D is #4B7AE2. Grayscale: #878787. Windows color (decimal): -4946659 or 1934772. OLE color: 1934772.
HSL color Cylindrical-coordinate representation of color #B4851D: hue angle of 41.32º 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 #B4851D is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 133 | 29 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.29 |
| HSL | 41.32º | 0.72% | 0.41% | - |
| HSV(B) | 41.32º | 0.84% | 0.71% | - |
| XYZ | 27.43 | 26.57 | 4.84 | - |
| YUV | 135.2 | 68.07 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 133 | 29 | 0 | 0.26 | 0.84 | 0.29 | 41.32 | 0.72 | 0.41 |
| Hex | B4 | 85 | 1D | 0 | 1A | 54 | 1D | 29 | 48 | 29 |
| Octal | 264 | 205 | 35 | 0 | 32 | 124 | 35 | 51 | 110 | 51 |
| Binary | 10110100 | 10000101 | 11101 | 0 | 11010 | 1010100 | 11101 | 101001 | 1001000 | 101001 |
Color Harmonies of #B4851D
Complementary color
Monochromatic Colors of #B4851D
Black with #B4851D
Text Example
Text Example
White with #B4851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4851D; }
p { color: rgb(180,133,29); }
H1.HeaderClassName
{
color: #B4851D;
}
.AnyTagClassName
{
color: #B4851D;
}
</style>
background-color css
<style>
a { background-color: #B4851D; }
a { background-color: rgb(180,133,29); }
div.DivClassName
{
background-color: #B4851D;
}
.BgClassName
{
background-color: #B4851D;
}
</style>
border-color css
<style>
span { border-color: #B4851D; }
span { border-color: rgb(180,133,29); }
td.TdClassName
{
border-color: #B4851D;
}
.TagClassName
{
border-color: #B4851D;
}
</style>