Shades of Pirate Gold #B1771B
Tints of Pirate Gold #B1771B
RGB
CMYK
RGB Variations
Color information
#B1771B (or 0xB1771B) is known color: Pirate Gold. HEX triplet: B1, 77 and 1B. RGB value is (177,119,27). Sum of RGB (Red+Green+Blue) = 177+119+27=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1771B is #4E88E4. Grayscale: #7E7E7E. Windows color (decimal): -5146853 or 1800113. OLE color: 1800113.
HSL color Cylindrical-coordinate representation of color #B1771B: hue angle of 36.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1771B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 27 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.31 |
| HSL | 36.8º | 0.74% | 0.4% | - |
| HSV(B) | 36.8º | 0.85% | 0.69% | - |
| XYZ | 24.93 | 22.62 | 4.09 | - |
| YUV | 125.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 27 | 0 | 0.33 | 0.85 | 0.31 | 36.8 | 0.74 | 0.4 |
| Hex | B1 | 77 | 1B | 0 | 21 | 55 | 1F | 25 | 4A | 28 |
| Octal | 261 | 167 | 33 | 0 | 41 | 125 | 37 | 45 | 112 | 50 |
| Binary | 10110001 | 1110111 | 11011 | 0 | 100001 | 1010101 | 11111 | 100101 | 1001010 | 101000 |
Color Harmonies of #B1771B
Complementary color
Monochromatic Colors of #B1771B
Black with #B1771B
Text Example
Text Example
White with #B1771B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1771B; }
p { color: rgb(177,119,27); }
H1.HeaderClassName
{
color: #B1771B;
}
.AnyTagClassName
{
color: #B1771B;
}
</style>
background-color css
<style>
a { background-color: #B1771B; }
a { background-color: rgb(177,119,27); }
div.DivClassName
{
background-color: #B1771B;
}
.BgClassName
{
background-color: #B1771B;
}
</style>
border-color css
<style>
span { border-color: #B1771B; }
span { border-color: rgb(177,119,27); }
td.TdClassName
{
border-color: #B1771B;
}
.TagClassName
{
border-color: #B1771B;
}
</style>