Shades of Dark Goldenrod #B1780B
Tints of Dark Goldenrod #B1780B
RGB
CMYK
RGB Variations
Color information
#B1780B (or 0xB1780B) is known color: Dark Goldenrod. HEX triplet: B1, 78 and 0B. RGB value is (177,120,11). Sum of RGB (Red+Green+Blue) = 177+120+11=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1780B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1780B is #4E87F4. Grayscale: #7D7D7D. Windows color (decimal): -5146613 or 751793. OLE color: 751793.
HSL color Cylindrical-coordinate representation of color #B1780B: hue angle of 39.4º 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 #B1780B is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 120 | 11 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.31 |
| HSL | 39.4º | 0.88% | 0.37% | - |
| HSV(B) | 39.4º | 0.94% | 0.69% | - |
| XYZ | 24.91 | 22.8 | 3.41 | - |
| YUV | 124.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 120 | 11 | 0 | 0.32 | 0.94 | 0.31 | 39.4 | 0.88 | 0.37 |
| Hex | B1 | 78 | B | 0 | 20 | 5E | 1F | 27 | 58 | 25 |
| Octal | 261 | 170 | 13 | 0 | 40 | 136 | 37 | 47 | 130 | 45 |
| Binary | 10110001 | 1111000 | 1011 | 0 | 100000 | 1011110 | 11111 | 100111 | 1011000 | 100101 |
Color Harmonies of #B1780B
Complementary color
Monochromatic Colors of #B1780B
Black with #B1780B
Text Example
Text Example
White with #B1780B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1780B; }
p { color: rgb(177,120,11); }
H1.HeaderClassName
{
color: #B1780B;
}
.AnyTagClassName
{
color: #B1780B;
}
</style>
background-color css
<style>
a { background-color: #B1780B; }
a { background-color: rgb(177,120,11); }
div.DivClassName
{
background-color: #B1780B;
}
.BgClassName
{
background-color: #B1780B;
}
</style>
border-color css
<style>
span { border-color: #B1780B; }
span { border-color: rgb(177,120,11); }
td.TdClassName
{
border-color: #B1780B;
}
.TagClassName
{
border-color: #B1780B;
}
</style>