Shades of Dark Goldenrod #B4880F
Tints of Dark Goldenrod #B4880F
RGB
CMYK
RGB Variations
Color information
#B4880F (or 0xB4880F) is known color: Dark Goldenrod. HEX triplet: B4, 88 and 0F. RGB value is (180,136,15). Sum of RGB (Red+Green+Blue) = 180+136+15=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B4880F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4880F is #4B77F0. Grayscale: #878787. Windows color (decimal): -4945905 or 1018036. OLE color: 1018036.
HSL color Cylindrical-coordinate representation of color #B4880F: hue angle of 44º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4880F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 136 | 15 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.29 |
| HSL | 44º | 0.85% | 0.38% | - |
| HSV(B) | 44º | 0.92% | 0.71% | - |
| XYZ | 27.71 | 27.35 | 4.27 | - |
| YUV | 135.36 | 60.08 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 136 | 15 | 0 | 0.24 | 0.92 | 0.29 | 44 | 0.85 | 0.38 |
| Hex | B4 | 88 | F | 0 | 18 | 5C | 1D | 2C | 55 | 26 |
| Octal | 264 | 210 | 17 | 0 | 30 | 134 | 35 | 54 | 125 | 46 |
| Binary | 10110100 | 10001000 | 1111 | 0 | 11000 | 1011100 | 11101 | 101100 | 1010101 | 100110 |
Color Harmonies of #B4880F
Complementary color
Monochromatic Colors of #B4880F
Black with #B4880F
Text Example
Text Example
White with #B4880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4880F; }
p { color: rgb(180,136,15); }
H1.HeaderClassName
{
color: #B4880F;
}
.AnyTagClassName
{
color: #B4880F;
}
</style>
background-color css
<style>
a { background-color: #B4880F; }
a { background-color: rgb(180,136,15); }
div.DivClassName
{
background-color: #B4880F;
}
.BgClassName
{
background-color: #B4880F;
}
</style>
border-color css
<style>
span { border-color: #B4880F; }
span { border-color: rgb(180,136,15); }
td.TdClassName
{
border-color: #B4880F;
}
.TagClassName
{
border-color: #B4880F;
}
</style>