Shades of Dark Goldenrod #B1760B
Tints of Dark Goldenrod #B1760B
RGB
CMYK
RGB Variations
Color information
#B1760B (or 0xB1760B) is known color: Dark Goldenrod. HEX triplet: B1, 76 and 0B. RGB value is (177,118,11). Sum of RGB (Red+Green+Blue) = 177+118+11=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1760B is #4E89F4. Grayscale: #7B7B7B. Windows color (decimal): -5147125 or 751281. OLE color: 751281.
HSL color Cylindrical-coordinate representation of color #B1760B: hue angle of 38.67º 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 #B1760B is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 11 | - |
| CMYK | 0 | 0.33 | 0.94 | 0.31 |
| HSL | 38.67º | 0.88% | 0.37% | - |
| HSV(B) | 38.67º | 0.94% | 0.69% | - |
| XYZ | 24.67 | 22.33 | 3.33 | - |
| YUV | 123.44 | 64.55 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 11 | 0 | 0.33 | 0.94 | 0.31 | 38.67 | 0.88 | 0.37 |
| Hex | B1 | 76 | B | 0 | 21 | 5E | 1F | 27 | 58 | 25 |
| Octal | 261 | 166 | 13 | 0 | 41 | 136 | 37 | 47 | 130 | 45 |
| Binary | 10110001 | 1110110 | 1011 | 0 | 100001 | 1011110 | 11111 | 100111 | 1011000 | 100101 |
Color Harmonies of #B1760B
Complementary color
Monochromatic Colors of #B1760B
Black with #B1760B
Text Example
Text Example
White with #B1760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1760B; }
p { color: rgb(177,118,11); }
H1.HeaderClassName
{
color: #B1760B;
}
.AnyTagClassName
{
color: #B1760B;
}
</style>
background-color css
<style>
a { background-color: #B1760B; }
a { background-color: rgb(177,118,11); }
div.DivClassName
{
background-color: #B1760B;
}
.BgClassName
{
background-color: #B1760B;
}
</style>
border-color css
<style>
span { border-color: #B1760B; }
span { border-color: rgb(177,118,11); }
td.TdClassName
{
border-color: #B1760B;
}
.TagClassName
{
border-color: #B1760B;
}
</style>