Shades of Pirate Gold #B27429
Tints of Pirate Gold #B27429
RGB
CMYK
RGB Variations
Color information
#B27429 (or 0xB27429) is known color: Pirate Gold. HEX triplet: B2, 74 and 29. RGB value is (178,116,41). Sum of RGB (Red+Green+Blue) = 178+116+41=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B27429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27429 is #4D8BD6. Grayscale: #7E7E7E. Windows color (decimal): -5082071 or 2716850. OLE color: 2716850.
HSL color Cylindrical-coordinate representation of color #B27429: hue angle of 32.85º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B27429 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 41 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.30 |
| HSL | 32.85º | 0.63% | 0.43% | - |
| HSV(B) | 32.85º | 0.77% | 0.7% | - |
| XYZ | 25.01 | 22.12 | 5.05 | - |
| YUV | 125.99 | 80.04 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 41 | 0 | 0.35 | 0.77 | 0.30 | 32.85 | 0.63 | 0.43 |
| Hex | B2 | 74 | 29 | 0 | 23 | 4D | 1E | 21 | 3F | 2B |
| Octal | 262 | 164 | 51 | 0 | 43 | 115 | 36 | 41 | 77 | 53 |
| Binary | 10110010 | 1110100 | 101001 | 0 | 100011 | 1001101 | 11110 | 100001 | 111111 | 101011 |
Color Harmonies of #B27429
Complementary color
Monochromatic Colors of #B27429
Black with #B27429
Text Example
Text Example
White with #B27429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27429; }
p { color: rgb(178,116,41); }
H1.HeaderClassName
{
color: #B27429;
}
.AnyTagClassName
{
color: #B27429;
}
</style>
background-color css
<style>
a { background-color: #B27429; }
a { background-color: rgb(178,116,41); }
div.DivClassName
{
background-color: #B27429;
}
.BgClassName
{
background-color: #B27429;
}
</style>
border-color css
<style>
span { border-color: #B27429; }
span { border-color: rgb(178,116,41); }
td.TdClassName
{
border-color: #B27429;
}
.TagClassName
{
border-color: #B27429;
}
</style>