Shades of Pirate Gold #B3771C
Tints of Pirate Gold #B3771C
RGB
CMYK
RGB Variations
Color information
#B3771C (or 0xB3771C) is known color: Pirate Gold. HEX triplet: B3, 77 and 1C. RGB value is (179,119,28). Sum of RGB (Red+Green+Blue) = 179+119+28=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3771C is #4C88E3. Grayscale: #7E7E7E. Windows color (decimal): -5015780 or 1865651. OLE color: 1865651.
HSL color Cylindrical-coordinate representation of color #B3771C: hue angle of 36.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3771C is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 119 | 28 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.30 |
| HSL | 36.16º | 0.73% | 0.41% | - |
| HSV(B) | 36.16º | 0.84% | 0.7% | - |
| XYZ | 25.4 | 22.86 | 4.17 | - |
| YUV | 126.57 | 72.38 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 119 | 28 | 0 | 0.34 | 0.84 | 0.30 | 36.16 | 0.73 | 0.41 |
| Hex | B3 | 77 | 1C | 0 | 22 | 54 | 1E | 24 | 49 | 29 |
| Octal | 263 | 167 | 34 | 0 | 42 | 124 | 36 | 44 | 111 | 51 |
| Binary | 10110011 | 1110111 | 11100 | 0 | 100010 | 1010100 | 11110 | 100100 | 1001001 | 101001 |
Color Harmonies of #B3771C
Complementary color
Monochromatic Colors of #B3771C
Black with #B3771C
Text Example
Text Example
White with #B3771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3771C; }
p { color: rgb(179,119,28); }
H1.HeaderClassName
{
color: #B3771C;
}
.AnyTagClassName
{
color: #B3771C;
}
</style>
background-color css
<style>
a { background-color: #B3771C; }
a { background-color: rgb(179,119,28); }
div.DivClassName
{
background-color: #B3771C;
}
.BgClassName
{
background-color: #B3771C;
}
</style>
border-color css
<style>
span { border-color: #B3771C; }
span { border-color: rgb(179,119,28); }
td.TdClassName
{
border-color: #B3771C;
}
.TagClassName
{
border-color: #B3771C;
}
</style>