Shades of Pirate Gold #B3742B
Tints of Pirate Gold #B3742B
RGB
CMYK
RGB Variations
Color information
#B3742B (or 0xB3742B) is known color: Pirate Gold. HEX triplet: B3, 74 and 2B. RGB value is (179,116,43). Sum of RGB (Red+Green+Blue) = 179+116+43=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 43 (17.19% from 255 or 12.72% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B3742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3742B is #4C8BD4. Grayscale: #7E7E7E. Windows color (decimal): -5016533 or 2847923. OLE color: 2847923.
HSL color Cylindrical-coordinate representation of color #B3742B: hue angle of 32.21º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3742B is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 43 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.30 |
| HSL | 32.21º | 0.61% | 0.44% | - |
| HSV(B) | 32.21º | 0.76% | 0.7% | - |
| XYZ | 25.27 | 22.25 | 5.25 | - |
| YUV | 126.52 | 80.87 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 43 | 0 | 0.35 | 0.76 | 0.30 | 32.21 | 0.61 | 0.44 |
| Hex | B3 | 74 | 2B | 0 | 23 | 4C | 1E | 20 | 3D | 2C |
| Octal | 263 | 164 | 53 | 0 | 43 | 114 | 36 | 40 | 75 | 54 |
| Binary | 10110011 | 1110100 | 101011 | 0 | 100011 | 1001100 | 11110 | 100000 | 111101 | 101100 |
Color Harmonies of #B3742B
Complementary color
Monochromatic Colors of #B3742B
Black with #B3742B
Text Example
Text Example
White with #B3742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3742B; }
p { color: rgb(179,116,43); }
H1.HeaderClassName
{
color: #B3742B;
}
.AnyTagClassName
{
color: #B3742B;
}
</style>
background-color css
<style>
a { background-color: #B3742B; }
a { background-color: rgb(179,116,43); }
div.DivClassName
{
background-color: #B3742B;
}
.BgClassName
{
background-color: #B3742B;
}
</style>
border-color css
<style>
span { border-color: #B3742B; }
span { border-color: rgb(179,116,43); }
td.TdClassName
{
border-color: #B3742B;
}
.TagClassName
{
border-color: #B3742B;
}
</style>