Shades of Pirate Gold #B87A2A
Tints of Pirate Gold #B87A2A
RGB
CMYK
RGB Variations
Color information
#B87A2A (or 0xB87A2A) is known color: Pirate Gold. HEX triplet: B8, 7A and 2A. RGB value is (184,122,42). Sum of RGB (Red+Green+Blue) = 184+122+42=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 42 (16.80% from 255 or 12.07% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87A2A is #4785D5. Grayscale: #838383. Windows color (decimal): -4687318 or 2783928. OLE color: 2783928.
HSL color Cylindrical-coordinate representation of color #B87A2A: hue angle of 33.8º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B87A2A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 122 | 42 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.28 |
| HSL | 33.8º | 0.63% | 0.44% | - |
| HSV(B) | 33.8º | 0.77% | 0.72% | - |
| XYZ | 27.14 | 24.28 | 5.45 | - |
| YUV | 131.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 122 | 42 | 0 | 0.34 | 0.77 | 0.28 | 33.8 | 0.63 | 0.44 |
| Hex | B8 | 7A | 2A | 0 | 22 | 4D | 1C | 22 | 3F | 2C |
| Octal | 270 | 172 | 52 | 0 | 42 | 115 | 34 | 42 | 77 | 54 |
| Binary | 10111000 | 1111010 | 101010 | 0 | 100010 | 1001101 | 11100 | 100010 | 111111 | 101100 |
Color Harmonies of #B87A2A
Complementary color
Monochromatic Colors of #B87A2A
Black with #B87A2A
Text Example
Text Example
White with #B87A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87A2A; }
p { color: rgb(184,122,42); }
H1.HeaderClassName
{
color: #B87A2A;
}
.AnyTagClassName
{
color: #B87A2A;
}
</style>
background-color css
<style>
a { background-color: #B87A2A; }
a { background-color: rgb(184,122,42); }
div.DivClassName
{
background-color: #B87A2A;
}
.BgClassName
{
background-color: #B87A2A;
}
</style>
border-color css
<style>
span { border-color: #B87A2A; }
span { border-color: rgb(184,122,42); }
td.TdClassName
{
border-color: #B87A2A;
}
.TagClassName
{
border-color: #B87A2A;
}
</style>