Shades of Pirate Gold #B2741F
Tints of Pirate Gold #B2741F
RGB
CMYK
RGB Variations
Color information
#B2741F (or 0xB2741F) is known color: Pirate Gold. HEX triplet: B2, 74 and 1F. RGB value is (178,116,31). Sum of RGB (Red+Green+Blue) = 178+116+31=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2741F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2741F is #4D8BE0. Grayscale: #7D7D7D. Windows color (decimal): -5082081 or 2061490. OLE color: 2061490.
HSL color Cylindrical-coordinate representation of color #B2741F: hue angle of 34.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2741F is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 31 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.30 |
| HSL | 34.69º | 0.7% | 0.41% | - |
| HSV(B) | 34.69º | 0.83% | 0.7% | - |
| XYZ | 24.85 | 22.05 | 4.24 | - |
| YUV | 124.85 | 75.04 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 31 | 0 | 0.35 | 0.83 | 0.30 | 34.69 | 0.7 | 0.41 |
| Hex | B2 | 74 | 1F | 0 | 23 | 53 | 1E | 23 | 46 | 29 |
| Octal | 262 | 164 | 37 | 0 | 43 | 123 | 36 | 43 | 106 | 51 |
| Binary | 10110010 | 1110100 | 11111 | 0 | 100011 | 1010011 | 11110 | 100011 | 1000110 | 101001 |
Color Harmonies of #B2741F
Complementary color
Monochromatic Colors of #B2741F
Black with #B2741F
Text Example
Text Example
White with #B2741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2741F; }
p { color: rgb(178,116,31); }
H1.HeaderClassName
{
color: #B2741F;
}
.AnyTagClassName
{
color: #B2741F;
}
</style>
background-color css
<style>
a { background-color: #B2741F; }
a { background-color: rgb(178,116,31); }
div.DivClassName
{
background-color: #B2741F;
}
.BgClassName
{
background-color: #B2741F;
}
</style>
border-color css
<style>
span { border-color: #B2741F; }
span { border-color: rgb(178,116,31); }
td.TdClassName
{
border-color: #B2741F;
}
.TagClassName
{
border-color: #B2741F;
}
</style>