Shades of Dark Goldenrod #B4871C
Tints of Dark Goldenrod #B4871C
RGB
CMYK
RGB Variations
Color information
#B4871C (or 0xB4871C) is known color: Dark Goldenrod. HEX triplet: B4, 87 and 1C. RGB value is (180,135,28). Sum of RGB (Red+Green+Blue) = 180+135+28=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4871C is #4B78E3. Grayscale: #888888. Windows color (decimal): -4946148 or 1869748. OLE color: 1869748.
HSL color Cylindrical-coordinate representation of color #B4871C: hue angle of 42.24º 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 #B4871C is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 28 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.29 |
| HSL | 42.24º | 0.73% | 0.41% | - |
| HSV(B) | 42.24º | 0.84% | 0.71% | - |
| XYZ | 27.7 | 27.12 | 4.87 | - |
| YUV | 136.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 28 | 0 | 0.25 | 0.84 | 0.29 | 42.24 | 0.73 | 0.41 |
| Hex | B4 | 87 | 1C | 0 | 19 | 54 | 1D | 2A | 49 | 29 |
| Octal | 264 | 207 | 34 | 0 | 31 | 124 | 35 | 52 | 111 | 51 |
| Binary | 10110100 | 10000111 | 11100 | 0 | 11001 | 1010100 | 11101 | 101010 | 1001001 | 101001 |
Color Harmonies of #B4871C
Complementary color
Monochromatic Colors of #B4871C
Black with #B4871C
Text Example
Text Example
White with #B4871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4871C; }
p { color: rgb(180,135,28); }
H1.HeaderClassName
{
color: #B4871C;
}
.AnyTagClassName
{
color: #B4871C;
}
</style>
background-color css
<style>
a { background-color: #B4871C; }
a { background-color: rgb(180,135,28); }
div.DivClassName
{
background-color: #B4871C;
}
.BgClassName
{
background-color: #B4871C;
}
</style>
border-color css
<style>
span { border-color: #B4871C; }
span { border-color: rgb(180,135,28); }
td.TdClassName
{
border-color: #B4871C;
}
.TagClassName
{
border-color: #B4871C;
}
</style>