Shades of Pirate Gold #B2781B
Tints of Pirate Gold #B2781B
RGB
CMYK
RGB Variations
Color information
#B2781B (or 0xB2781B) is known color: Pirate Gold. HEX triplet: B2, 78 and 1B. RGB value is (178,120,27). Sum of RGB (Red+Green+Blue) = 178+120+27=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 27 (10.94% from 255 or 8.31% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2781B is #4D87E4. Grayscale: #7F7F7F. Windows color (decimal): -5081061 or 1800370. OLE color: 1800370.
HSL color Cylindrical-coordinate representation of color #B2781B: hue angle of 36.95º 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 #B2781B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 120 | 27 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.30 |
| HSL | 36.95º | 0.74% | 0.4% | - |
| HSV(B) | 36.95º | 0.85% | 0.7% | - |
| XYZ | 25.27 | 22.98 | 4.14 | - |
| YUV | 126.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 120 | 27 | 0 | 0.33 | 0.85 | 0.30 | 36.95 | 0.74 | 0.4 |
| Hex | B2 | 78 | 1B | 0 | 21 | 55 | 1E | 25 | 4A | 28 |
| Octal | 262 | 170 | 33 | 0 | 41 | 125 | 36 | 45 | 112 | 50 |
| Binary | 10110010 | 1111000 | 11011 | 0 | 100001 | 1010101 | 11110 | 100101 | 1001010 | 101000 |
Color Harmonies of #B2781B
Complementary color
Monochromatic Colors of #B2781B
Black with #B2781B
Text Example
Text Example
White with #B2781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2781B; }
p { color: rgb(178,120,27); }
H1.HeaderClassName
{
color: #B2781B;
}
.AnyTagClassName
{
color: #B2781B;
}
</style>
background-color css
<style>
a { background-color: #B2781B; }
a { background-color: rgb(178,120,27); }
div.DivClassName
{
background-color: #B2781B;
}
.BgClassName
{
background-color: #B2781B;
}
</style>
border-color css
<style>
span { border-color: #B2781B; }
span { border-color: rgb(178,120,27); }
td.TdClassName
{
border-color: #B2781B;
}
.TagClassName
{
border-color: #B2781B;
}
</style>