Shades of Pirate Gold #B2731B
Tints of Pirate Gold #B2731B
RGB
CMYK
RGB Variations
Color information
#B2731B (or 0xB2731B) is known color: Pirate Gold. HEX triplet: B2, 73 and 1B. RGB value is (178,115,27). Sum of RGB (Red+Green+Blue) = 178+115+27=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2731B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2731B is #4D8CE4. Grayscale: #7C7C7C. Windows color (decimal): -5082341 or 1799090. OLE color: 1799090.
HSL color Cylindrical-coordinate representation of color #B2731B: hue angle of 34.97º 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 #B2731B is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 115 | 27 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.30 |
| HSL | 34.97º | 0.74% | 0.4% | - |
| HSV(B) | 34.97º | 0.85% | 0.7% | - |
| XYZ | 24.69 | 21.81 | 3.94 | - |
| YUV | 123.81 | 73.37 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 27 | 0 | 0.35 | 0.85 | 0.30 | 34.97 | 0.74 | 0.4 |
| Hex | B2 | 73 | 1B | 0 | 23 | 55 | 1E | 23 | 4A | 28 |
| Octal | 262 | 163 | 33 | 0 | 43 | 125 | 36 | 43 | 112 | 50 |
| Binary | 10110010 | 1110011 | 11011 | 0 | 100011 | 1010101 | 11110 | 100011 | 1001010 | 101000 |
Color Harmonies of #B2731B
Complementary color
Monochromatic Colors of #B2731B
Black with #B2731B
Text Example
Text Example
White with #B2731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2731B; }
p { color: rgb(178,115,27); }
H1.HeaderClassName
{
color: #B2731B;
}
.AnyTagClassName
{
color: #B2731B;
}
</style>
background-color css
<style>
a { background-color: #B2731B; }
a { background-color: rgb(178,115,27); }
div.DivClassName
{
background-color: #B2731B;
}
.BgClassName
{
background-color: #B2731B;
}
</style>
border-color css
<style>
span { border-color: #B2731B; }
span { border-color: rgb(178,115,27); }
td.TdClassName
{
border-color: #B2731B;
}
.TagClassName
{
border-color: #B2731B;
}
</style>