Shades of Pirate Gold #B2711A
Tints of Pirate Gold #B2711A
RGB
CMYK
RGB Variations
Color information
#B2711A (or 0xB2711A) is known color: Pirate Gold. HEX triplet: B2, 71 and 1A. RGB value is (178,113,26). Sum of RGB (Red+Green+Blue) = 178+113+26=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2711A is #4D8EE5. Grayscale: #7A7A7A. Windows color (decimal): -5082854 or 1733042. OLE color: 1733042.
HSL color Cylindrical-coordinate representation of color #B2711A: hue angle of 34.34º degrees, saturation: 0.75, 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 #B2711A is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 113 | 26 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.30 |
| HSL | 34.34º | 0.75% | 0.4% | - |
| HSV(B) | 34.34º | 0.85% | 0.7% | - |
| XYZ | 24.45 | 21.35 | 3.81 | - |
| YUV | 122.52 | 73.53 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 113 | 26 | 0 | 0.37 | 0.85 | 0.30 | 34.34 | 0.75 | 0.4 |
| Hex | B2 | 71 | 1A | 0 | 25 | 55 | 1E | 22 | 4B | 28 |
| Octal | 262 | 161 | 32 | 0 | 45 | 125 | 36 | 42 | 113 | 50 |
| Binary | 10110010 | 1110001 | 11010 | 0 | 100101 | 1010101 | 11110 | 100010 | 1001011 | 101000 |
Color Harmonies of #B2711A
Complementary color
Monochromatic Colors of #B2711A
Black with #B2711A
Text Example
Text Example
White with #B2711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2711A; }
p { color: rgb(178,113,26); }
H1.HeaderClassName
{
color: #B2711A;
}
.AnyTagClassName
{
color: #B2711A;
}
</style>
background-color css
<style>
a { background-color: #B2711A; }
a { background-color: rgb(178,113,26); }
div.DivClassName
{
background-color: #B2711A;
}
.BgClassName
{
background-color: #B2711A;
}
</style>
border-color css
<style>
span { border-color: #B2711A; }
span { border-color: rgb(178,113,26); }
td.TdClassName
{
border-color: #B2711A;
}
.TagClassName
{
border-color: #B2711A;
}
</style>