Shades of Pirate Gold #B2701F
Tints of Pirate Gold #B2701F
RGB
CMYK
RGB Variations
Color information
#B2701F (or 0xB2701F) is known color: Pirate Gold. HEX triplet: B2, 70 and 1F. RGB value is (178,112,31). Sum of RGB (Red+Green+Blue) = 178+112+31=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2701F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2701F is #4D8FE0. Grayscale: #7A7A7A. Windows color (decimal): -5083105 or 2060466. OLE color: 2060466.
HSL color Cylindrical-coordinate representation of color #B2701F: hue angle of 33.06º 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 #B2701F is Cyan = 0, Magento = 0.37, Yellow = 0.83 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 31 | - |
| CMYK | 0 | 0.37 | 0.83 | 0.30 |
| HSL | 33.06º | 0.7% | 0.41% | - |
| HSV(B) | 33.06º | 0.83% | 0.7% | - |
| XYZ | 24.4 | 21.15 | 4.09 | - |
| YUV | 122.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 31 | 0 | 0.37 | 0.83 | 0.30 | 33.06 | 0.7 | 0.41 |
| Hex | B2 | 70 | 1F | 0 | 25 | 53 | 1E | 21 | 46 | 29 |
| Octal | 262 | 160 | 37 | 0 | 45 | 123 | 36 | 41 | 106 | 51 |
| Binary | 10110010 | 1110000 | 11111 | 0 | 100101 | 1010011 | 11110 | 100001 | 1000110 | 101001 |
Color Harmonies of #B2701F
Complementary color
Monochromatic Colors of #B2701F
Black with #B2701F
Text Example
Text Example
White with #B2701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2701F; }
p { color: rgb(178,112,31); }
H1.HeaderClassName
{
color: #B2701F;
}
.AnyTagClassName
{
color: #B2701F;
}
</style>
background-color css
<style>
a { background-color: #B2701F; }
a { background-color: rgb(178,112,31); }
div.DivClassName
{
background-color: #B2701F;
}
.BgClassName
{
background-color: #B2701F;
}
</style>
border-color css
<style>
span { border-color: #B2701F; }
span { border-color: rgb(178,112,31); }
td.TdClassName
{
border-color: #B2701F;
}
.TagClassName
{
border-color: #B2701F;
}
</style>