Shades of Dark Goldenrod #B4720B
Tints of Dark Goldenrod #B4720B
RGB
CMYK
RGB Variations
Color information
#B4720B (or 0xB4720B) is known color: Dark Goldenrod. HEX triplet: B4, 72 and 0B. RGB value is (180,114,11). Sum of RGB (Red+Green+Blue) = 180+114+11=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4720B is #4B8DF4. Grayscale: #7A7A7A. Windows color (decimal): -4951541 or 750260. OLE color: 750260.
HSL color Cylindrical-coordinate representation of color #B4720B: hue angle of 36.57º 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 #B4720B is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 114 | 11 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.29 |
| HSL | 36.57º | 0.88% | 0.37% | - |
| HSV(B) | 36.57º | 0.94% | 0.71% | - |
| XYZ | 24.9 | 21.76 | 3.2 | - |
| YUV | 121.99 | 65.37 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 11 | 0 | 0.37 | 0.94 | 0.29 | 36.57 | 0.88 | 0.37 |
| Hex | B4 | 72 | B | 0 | 25 | 5E | 1D | 25 | 58 | 25 |
| Octal | 264 | 162 | 13 | 0 | 45 | 136 | 35 | 45 | 130 | 45 |
| Binary | 10110100 | 1110010 | 1011 | 0 | 100101 | 1011110 | 11101 | 100101 | 1011000 | 100101 |
Color Harmonies of #B4720B
Complementary color
Monochromatic Colors of #B4720B
Black with #B4720B
Text Example
Text Example
White with #B4720B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4720B; }
p { color: rgb(180,114,11); }
H1.HeaderClassName
{
color: #B4720B;
}
.AnyTagClassName
{
color: #B4720B;
}
</style>
background-color css
<style>
a { background-color: #B4720B; }
a { background-color: rgb(180,114,11); }
div.DivClassName
{
background-color: #B4720B;
}
.BgClassName
{
background-color: #B4720B;
}
</style>
border-color css
<style>
span { border-color: #B4720B; }
span { border-color: rgb(180,114,11); }
td.TdClassName
{
border-color: #B4720B;
}
.TagClassName
{
border-color: #B4720B;
}
</style>