Shades of Pirate Gold #B5771C
Tints of Pirate Gold #B5771C
RGB
CMYK
RGB Variations
Color information
#B5771C (or 0xB5771C) is known color: Pirate Gold. HEX triplet: B5, 77 and 1C. RGB value is (181,119,28). Sum of RGB (Red+Green+Blue) = 181+119+28=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 28 (11.33% from 255 or 8.54% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5771C is #4A88E3. Grayscale: #7F7F7F. Windows color (decimal): -4884708 or 1865653. OLE color: 1865653.
HSL color Cylindrical-coordinate representation of color #B5771C: hue angle of 35.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5771C is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 28 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.29 |
| HSL | 35.69º | 0.73% | 0.41% | - |
| HSV(B) | 35.69º | 0.85% | 0.71% | - |
| XYZ | 25.86 | 23.1 | 4.19 | - |
| YUV | 127.16 | 72.04 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 28 | 0 | 0.34 | 0.85 | 0.29 | 35.69 | 0.73 | 0.41 |
| Hex | B5 | 77 | 1C | 0 | 22 | 55 | 1D | 24 | 49 | 29 |
| Octal | 265 | 167 | 34 | 0 | 42 | 125 | 35 | 44 | 111 | 51 |
| Binary | 10110101 | 1110111 | 11100 | 0 | 100010 | 1010101 | 11101 | 100100 | 1001001 | 101001 |
Color Harmonies of #B5771C
Complementary color
Monochromatic Colors of #B5771C
Black with #B5771C
Text Example
Text Example
White with #B5771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5771C; }
p { color: rgb(181,119,28); }
H1.HeaderClassName
{
color: #B5771C;
}
.AnyTagClassName
{
color: #B5771C;
}
</style>
background-color css
<style>
a { background-color: #B5771C; }
a { background-color: rgb(181,119,28); }
div.DivClassName
{
background-color: #B5771C;
}
.BgClassName
{
background-color: #B5771C;
}
</style>
border-color css
<style>
span { border-color: #B5771C; }
span { border-color: rgb(181,119,28); }
td.TdClassName
{
border-color: #B5771C;
}
.TagClassName
{
border-color: #B5771C;
}
</style>