Shades of Dark Goldenrod #B4870B
Tints of Dark Goldenrod #B4870B
RGB
CMYK
RGB Variations
Color information
#B4870B (or 0xB4870B) is known color: Dark Goldenrod. HEX triplet: B4, 87 and 0B. RGB value is (180,135,11). Sum of RGB (Red+Green+Blue) = 180+135+11=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4870B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4870B is #4B78F4. Grayscale: #868686. Windows color (decimal): -4946165 or 755636. OLE color: 755636.
HSL color Cylindrical-coordinate representation of color #B4870B: hue angle of 44.02º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B4870B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 135 | 11 | - |
| CMYK | 0 | 0.25 | 0.94 | 0.29 |
| HSL | 44.02º | 0.88% | 0.37% | - |
| HSV(B) | 44.02º | 0.94% | 0.71% | - |
| XYZ | 27.55 | 27.06 | 4.09 | - |
| YUV | 134.32 | 58.41 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 135 | 11 | 0 | 0.25 | 0.94 | 0.29 | 44.02 | 0.88 | 0.37 |
| Hex | B4 | 87 | B | 0 | 19 | 5E | 1D | 2C | 58 | 25 |
| Octal | 264 | 207 | 13 | 0 | 31 | 136 | 35 | 54 | 130 | 45 |
| Binary | 10110100 | 10000111 | 1011 | 0 | 11001 | 1011110 | 11101 | 101100 | 1011000 | 100101 |
Color Harmonies of #B4870B
Complementary color
Monochromatic Colors of #B4870B
Black with #B4870B
Text Example
Text Example
White with #B4870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4870B; }
p { color: rgb(180,135,11); }
H1.HeaderClassName
{
color: #B4870B;
}
.AnyTagClassName
{
color: #B4870B;
}
</style>
background-color css
<style>
a { background-color: #B4870B; }
a { background-color: rgb(180,135,11); }
div.DivClassName
{
background-color: #B4870B;
}
.BgClassName
{
background-color: #B4870B;
}
</style>
border-color css
<style>
span { border-color: #B4870B; }
span { border-color: rgb(180,135,11); }
td.TdClassName
{
border-color: #B4870B;
}
.TagClassName
{
border-color: #B4870B;
}
</style>