Shades of Pirate Gold #B2781A
Tints of Pirate Gold #B2781A
RGB
CMYK
RGB Variations
Color information
#B2781A (or 0xB2781A) is known color: Pirate Gold. HEX triplet: B2, 78 and 1A. RGB value is (178,120,26). Sum of RGB (Red+Green+Blue) = 178+120+26=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2781A is #4D87E5. Grayscale: #7F7F7F. Windows color (decimal): -5081062 or 1734834. OLE color: 1734834.
HSL color Cylindrical-coordinate representation of color #B2781A: hue angle of 37.11º 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 #B2781A is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 26 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.30 |
| HSL | 37.11º | 0.75% | 0.4% | - |
| HSV(B) | 37.11º | 0.85% | 0.7% | - |
| XYZ | 25.26 | 22.97 | 4.08 | - |
| YUV | 126.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 26 | 0 | 0.33 | 0.85 | 0.30 | 37.11 | 0.75 | 0.4 |
| Hex | B2 | 78 | 1A | 0 | 21 | 55 | 1E | 25 | 4B | 28 |
| Octal | 262 | 170 | 32 | 0 | 41 | 125 | 36 | 45 | 113 | 50 |
| Binary | 10110010 | 1111000 | 11010 | 0 | 100001 | 1010101 | 11110 | 100101 | 1001011 | 101000 |
Color Harmonies of #B2781A
Complementary color
Monochromatic Colors of #B2781A
Black with #B2781A
Text Example
Text Example
White with #B2781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2781A; }
p { color: rgb(178,120,26); }
H1.HeaderClassName
{
color: #B2781A;
}
.AnyTagClassName
{
color: #B2781A;
}
</style>
background-color css
<style>
a { background-color: #B2781A; }
a { background-color: rgb(178,120,26); }
div.DivClassName
{
background-color: #B2781A;
}
.BgClassName
{
background-color: #B2781A;
}
</style>
border-color css
<style>
span { border-color: #B2781A; }
span { border-color: rgb(178,120,26); }
td.TdClassName
{
border-color: #B2781A;
}
.TagClassName
{
border-color: #B2781A;
}
</style>