Shades of Pirate Gold #B0771C
Tints of Pirate Gold #B0771C
RGB
CMYK
RGB Variations
Color information
#B0771C (or 0xB0771C) is known color: Pirate Gold. HEX triplet: B0, 77 and 1C. RGB value is (176,119,28). Sum of RGB (Red+Green+Blue) = 176+119+28=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 28 (11.33% from 255 or 8.67% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0771C is #4F88E3. Grayscale: #7E7E7E. Windows color (decimal): -5212388 or 1865648. OLE color: 1865648.
HSL color Cylindrical-coordinate representation of color #B0771C: hue angle of 36.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0771C is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 28 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.31 |
| HSL | 36.89º | 0.73% | 0.4% | - |
| HSV(B) | 36.89º | 0.84% | 0.69% | - |
| XYZ | 24.71 | 22.51 | 4.14 | - |
| YUV | 125.67 | 72.88 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 28 | 0 | 0.32 | 0.84 | 0.31 | 36.89 | 0.73 | 0.4 |
| Hex | B0 | 77 | 1C | 0 | 20 | 54 | 1F | 25 | 49 | 28 |
| Octal | 260 | 167 | 34 | 0 | 40 | 124 | 37 | 45 | 111 | 50 |
| Binary | 10110000 | 1110111 | 11100 | 0 | 100000 | 1010100 | 11111 | 100101 | 1001001 | 101000 |
Color Harmonies of #B0771C
Complementary color
Monochromatic Colors of #B0771C
Black with #B0771C
Text Example
Text Example
White with #B0771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0771C; }
p { color: rgb(176,119,28); }
H1.HeaderClassName
{
color: #B0771C;
}
.AnyTagClassName
{
color: #B0771C;
}
</style>
background-color css
<style>
a { background-color: #B0771C; }
a { background-color: rgb(176,119,28); }
div.DivClassName
{
background-color: #B0771C;
}
.BgClassName
{
background-color: #B0771C;
}
</style>
border-color css
<style>
span { border-color: #B0771C; }
span { border-color: rgb(176,119,28); }
td.TdClassName
{
border-color: #B0771C;
}
.TagClassName
{
border-color: #B0771C;
}
</style>