Shades of Pirate Gold #B5742B
Tints of Pirate Gold #B5742B
RGB
CMYK
RGB Variations
Color information
#B5742B (or 0xB5742B) is known color: Pirate Gold. HEX triplet: B5, 74 and 2B. RGB value is (181,116,43). Sum of RGB (Red+Green+Blue) = 181+116+43=340 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.24% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 181 - color contains mainly: red. Hex color #B5742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5742B is #4A8BD4. Grayscale: #7F7F7F. Windows color (decimal): -4885461 or 2847925. OLE color: 2847925.
HSL color Cylindrical-coordinate representation of color #B5742B: hue angle of 31.74º degrees, saturation: 0.62, 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 #B5742B is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 116 | 43 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.29 |
| HSL | 31.74º | 0.62% | 0.44% | - |
| HSV(B) | 31.74º | 0.76% | 0.71% | - |
| XYZ | 25.74 | 22.49 | 5.27 | - |
| YUV | 127.11 | 80.53 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 43 | 0 | 0.36 | 0.76 | 0.29 | 31.74 | 0.62 | 0.44 |
| Hex | B5 | 74 | 2B | 0 | 24 | 4C | 1D | 20 | 3E | 2C |
| Octal | 265 | 164 | 53 | 0 | 44 | 114 | 35 | 40 | 76 | 54 |
| Binary | 10110101 | 1110100 | 101011 | 0 | 100100 | 1001100 | 11101 | 100000 | 111110 | 101100 |
Color Harmonies of #B5742B
Complementary color
Monochromatic Colors of #B5742B
Black with #B5742B
Text Example
Text Example
White with #B5742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5742B; }
p { color: rgb(181,116,43); }
H1.HeaderClassName
{
color: #B5742B;
}
.AnyTagClassName
{
color: #B5742B;
}
</style>
background-color css
<style>
a { background-color: #B5742B; }
a { background-color: rgb(181,116,43); }
div.DivClassName
{
background-color: #B5742B;
}
.BgClassName
{
background-color: #B5742B;
}
</style>
border-color css
<style>
span { border-color: #B5742B; }
span { border-color: rgb(181,116,43); }
td.TdClassName
{
border-color: #B5742B;
}
.TagClassName
{
border-color: #B5742B;
}
</style>