Shades of Dark Goldenrod #B0780B
Tints of Dark Goldenrod #B0780B
RGB
CMYK
RGB Variations
Color information
#B0780B (or 0xB0780B) is known color: Dark Goldenrod. HEX triplet: B0, 78 and 0B. RGB value is (176,120,11). Sum of RGB (Red+Green+Blue) = 176+120+11=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0780B is #4F87F4. Grayscale: #7C7C7C. Windows color (decimal): -5212149 or 751792. OLE color: 751792.
HSL color Cylindrical-coordinate representation of color #B0780B: hue angle of 39.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0780B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.31 |
| HSL | 39.64º | 0.88% | 0.37% | - |
| HSV(B) | 39.64º | 0.94% | 0.69% | - |
| XYZ | 24.68 | 22.69 | 3.39 | - |
| YUV | 124.32 | 64.05 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 11 | 0 | 0.32 | 0.94 | 0.31 | 39.64 | 0.88 | 0.37 |
| Hex | B0 | 78 | B | 0 | 20 | 5E | 1F | 28 | 58 | 25 |
| Octal | 260 | 170 | 13 | 0 | 40 | 136 | 37 | 50 | 130 | 45 |
| Binary | 10110000 | 1111000 | 1011 | 0 | 100000 | 1011110 | 11111 | 101000 | 1011000 | 100101 |
Color Harmonies of #B0780B
Complementary color
Monochromatic Colors of #B0780B
Black with #B0780B
Text Example
Text Example
White with #B0780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0780B; }
p { color: rgb(176,120,11); }
H1.HeaderClassName
{
color: #B0780B;
}
.AnyTagClassName
{
color: #B0780B;
}
</style>
background-color css
<style>
a { background-color: #B0780B; }
a { background-color: rgb(176,120,11); }
div.DivClassName
{
background-color: #B0780B;
}
.BgClassName
{
background-color: #B0780B;
}
</style>
border-color css
<style>
span { border-color: #B0780B; }
span { border-color: rgb(176,120,11); }
td.TdClassName
{
border-color: #B0780B;
}
.TagClassName
{
border-color: #B0780B;
}
</style>