Shades of Pirate Gold #B5791F
Tints of Pirate Gold #B5791F
RGB
CMYK
RGB Variations
Color information
#B5791F (or 0xB5791F) is known color: Pirate Gold. HEX triplet: B5, 79 and 1F. RGB value is (181,121,31). Sum of RGB (Red+Green+Blue) = 181+121+31=333 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.35% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 181 - color contains mainly: red. Hex color #B5791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5791F is #4A86E0. Grayscale: #818181. Windows color (decimal): -4884193 or 2062773. OLE color: 2062773.
HSL color Cylindrical-coordinate representation of color #B5791F: hue angle of 36º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5791F is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 121 | 31 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.29 |
| HSL | 36º | 0.71% | 0.42% | - |
| HSV(B) | 36º | 0.83% | 0.71% | - |
| XYZ | 26.14 | 23.6 | 4.47 | - |
| YUV | 128.68 | 72.88 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 121 | 31 | 0 | 0.33 | 0.83 | 0.29 | 36 | 0.71 | 0.42 |
| Hex | B5 | 79 | 1F | 0 | 21 | 53 | 1D | 24 | 47 | 2A |
| Octal | 265 | 171 | 37 | 0 | 41 | 123 | 35 | 44 | 107 | 52 |
| Binary | 10110101 | 1111001 | 11111 | 0 | 100001 | 1010011 | 11101 | 100100 | 1000111 | 101010 |
Color Harmonies of #B5791F
Complementary color
Monochromatic Colors of #B5791F
Black with #B5791F
Text Example
Text Example
White with #B5791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5791F; }
p { color: rgb(181,121,31); }
H1.HeaderClassName
{
color: #B5791F;
}
.AnyTagClassName
{
color: #B5791F;
}
</style>
background-color css
<style>
a { background-color: #B5791F; }
a { background-color: rgb(181,121,31); }
div.DivClassName
{
background-color: #B5791F;
}
.BgClassName
{
background-color: #B5791F;
}
</style>
border-color css
<style>
span { border-color: #B5791F; }
span { border-color: rgb(181,121,31); }
td.TdClassName
{
border-color: #B5791F;
}
.TagClassName
{
border-color: #B5791F;
}
</style>