Shades of Dark Goldenrod #B4760B
Tints of Dark Goldenrod #B4760B
RGB
CMYK
RGB Variations
Color information
#B4760B (or 0xB4760B) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 0B. RGB value is (180,118,11). Sum of RGB (Red+Green+Blue) = 180+118+11=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B4760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4760B is #4B89F4. Grayscale: #7C7C7C. Windows color (decimal): -4950517 or 751284. OLE color: 751284.
HSL color Cylindrical-coordinate representation of color #B4760B: hue angle of 37.99º 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 #B4760B is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 11 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.29 |
| HSL | 37.99º | 0.88% | 0.37% | - |
| HSV(B) | 37.99º | 0.94% | 0.71% | - |
| XYZ | 25.36 | 22.68 | 3.36 | - |
| YUV | 124.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 11 | 0 | 0.34 | 0.94 | 0.29 | 37.99 | 0.88 | 0.37 |
| Hex | B4 | 76 | B | 0 | 22 | 5E | 1D | 26 | 58 | 25 |
| Octal | 264 | 166 | 13 | 0 | 42 | 136 | 35 | 46 | 130 | 45 |
| Binary | 10110100 | 1110110 | 1011 | 0 | 100010 | 1011110 | 11101 | 100110 | 1011000 | 100101 |
Color Harmonies of #B4760B
Complementary color
Monochromatic Colors of #B4760B
Black with #B4760B
Text Example
Text Example
White with #B4760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4760B; }
p { color: rgb(180,118,11); }
H1.HeaderClassName
{
color: #B4760B;
}
.AnyTagClassName
{
color: #B4760B;
}
</style>
background-color css
<style>
a { background-color: #B4760B; }
a { background-color: rgb(180,118,11); }
div.DivClassName
{
background-color: #B4760B;
}
.BgClassName
{
background-color: #B4760B;
}
</style>
border-color css
<style>
span { border-color: #B4760B; }
span { border-color: rgb(180,118,11); }
td.TdClassName
{
border-color: #B4760B;
}
.TagClassName
{
border-color: #B4760B;
}
</style>