Shades of Dark Goldenrod #B4811C
Tints of Dark Goldenrod #B4811C
RGB
CMYK
RGB Variations
Color information
#B4811C (or 0xB4811C) is known color: Dark Goldenrod. HEX triplet: B4, 81 and 1C. RGB value is (180,129,28). Sum of RGB (Red+Green+Blue) = 180+129+28=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B4811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4811C is #4B7EE3. Grayscale: #858585. Windows color (decimal): -4947684 or 1868212. OLE color: 1868212.
HSL color Cylindrical-coordinate representation of color #B4811C: hue angle of 39.87º degrees, saturation: 0.73, 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 #B4811C is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 28 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.29 |
| HSL | 39.87º | 0.73% | 0.41% | - |
| HSV(B) | 39.87º | 0.84% | 0.71% | - |
| XYZ | 26.88 | 25.49 | 4.6 | - |
| YUV | 132.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 28 | 0 | 0.28 | 0.84 | 0.29 | 39.87 | 0.73 | 0.41 |
| Hex | B4 | 81 | 1C | 0 | 1C | 54 | 1D | 28 | 49 | 29 |
| Octal | 264 | 201 | 34 | 0 | 34 | 124 | 35 | 50 | 111 | 51 |
| Binary | 10110100 | 10000001 | 11100 | 0 | 11100 | 1010100 | 11101 | 101000 | 1001001 | 101001 |
Color Harmonies of #B4811C
Complementary color
Monochromatic Colors of #B4811C
Black with #B4811C
Text Example
Text Example
White with #B4811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4811C; }
p { color: rgb(180,129,28); }
H1.HeaderClassName
{
color: #B4811C;
}
.AnyTagClassName
{
color: #B4811C;
}
</style>
background-color css
<style>
a { background-color: #B4811C; }
a { background-color: rgb(180,129,28); }
div.DivClassName
{
background-color: #B4811C;
}
.BgClassName
{
background-color: #B4811C;
}
</style>
border-color css
<style>
span { border-color: #B4811C; }
span { border-color: rgb(180,129,28); }
td.TdClassName
{
border-color: #B4811C;
}
.TagClassName
{
border-color: #B4811C;
}
</style>