Shades of Pirate Gold #B2701B
Tints of Pirate Gold #B2701B
RGB
CMYK
RGB Variations
Color information
#B2701B (or 0xB2701B) is known color: Pirate Gold. HEX triplet: B2, 70 and 1B. RGB value is (178,112,27). Sum of RGB (Red+Green+Blue) = 178+112+27=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 27 (10.94% from 255 or 8.52% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2701B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2701B is #4D8FE4. Grayscale: #7A7A7A. Windows color (decimal): -5083109 or 1798322. OLE color: 1798322.
HSL color Cylindrical-coordinate representation of color #B2701B: hue angle of 33.77º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2701B is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 112 | 27 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.30 |
| HSL | 33.77º | 0.74% | 0.4% | - |
| HSV(B) | 33.77º | 0.85% | 0.7% | - |
| XYZ | 24.35 | 21.13 | 3.83 | - |
| YUV | 122.04 | 74.37 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 112 | 27 | 0 | 0.37 | 0.85 | 0.30 | 33.77 | 0.74 | 0.4 |
| Hex | B2 | 70 | 1B | 0 | 25 | 55 | 1E | 22 | 4A | 28 |
| Octal | 262 | 160 | 33 | 0 | 45 | 125 | 36 | 42 | 112 | 50 |
| Binary | 10110010 | 1110000 | 11011 | 0 | 100101 | 1010101 | 11110 | 100010 | 1001010 | 101000 |
Color Harmonies of #B2701B
Complementary color
Monochromatic Colors of #B2701B
Black with #B2701B
Text Example
Text Example
White with #B2701B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2701B; }
p { color: rgb(178,112,27); }
H1.HeaderClassName
{
color: #B2701B;
}
.AnyTagClassName
{
color: #B2701B;
}
</style>
background-color css
<style>
a { background-color: #B2701B; }
a { background-color: rgb(178,112,27); }
div.DivClassName
{
background-color: #B2701B;
}
.BgClassName
{
background-color: #B2701B;
}
</style>
border-color css
<style>
span { border-color: #B2701B; }
span { border-color: rgb(178,112,27); }
td.TdClassName
{
border-color: #B2701B;
}
.TagClassName
{
border-color: #B2701B;
}
</style>