Shades of Pirate Gold #B5742C
Tints of Pirate Gold #B5742C
RGB
CMYK
RGB Variations
Color information
#B5742C (or 0xB5742C) is known color: Pirate Gold. HEX triplet: B5, 74 and 2C. RGB value is (181,116,44). Sum of RGB (Red+Green+Blue) = 181+116+44=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5742C is #4A8BD3. Grayscale: #7F7F7F. Windows color (decimal): -4885460 or 2913461. OLE color: 2913461.
HSL color Cylindrical-coordinate representation of color #B5742C: hue angle of 31.53º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5742C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 44 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.29 |
| HSL | 31.53º | 0.61% | 0.44% | - |
| HSV(B) | 31.53º | 0.76% | 0.71% | - |
| XYZ | 25.76 | 22.5 | 5.37 | - |
| YUV | 127.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 44 | 0 | 0.36 | 0.76 | 0.29 | 31.53 | 0.61 | 0.44 |
| Hex | B5 | 74 | 2C | 0 | 24 | 4C | 1D | 20 | 3D | 2C |
| Octal | 265 | 164 | 54 | 0 | 44 | 114 | 35 | 40 | 75 | 54 |
| Binary | 10110101 | 1110100 | 101100 | 0 | 100100 | 1001100 | 11101 | 100000 | 111101 | 101100 |
Color Harmonies of #B5742C
Complementary color
Monochromatic Colors of #B5742C
Black with #B5742C
Text Example
Text Example
White with #B5742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5742C; }
p { color: rgb(181,116,44); }
H1.HeaderClassName
{
color: #B5742C;
}
.AnyTagClassName
{
color: #B5742C;
}
</style>
background-color css
<style>
a { background-color: #B5742C; }
a { background-color: rgb(181,116,44); }
div.DivClassName
{
background-color: #B5742C;
}
.BgClassName
{
background-color: #B5742C;
}
</style>
border-color css
<style>
span { border-color: #B5742C; }
span { border-color: rgb(181,116,44); }
td.TdClassName
{
border-color: #B5742C;
}
.TagClassName
{
border-color: #B5742C;
}
</style>