Shades of Pirate Gold #B27227
Tints of Pirate Gold #B27227
RGB
CMYK
RGB Variations
Color information
#B27227 (or 0xB27227) is known color: Pirate Gold. HEX triplet: B2, 72 and 27. RGB value is (178,114,39). Sum of RGB (Red+Green+Blue) = 178+114+39=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B27227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27227 is #4D8DD8. Grayscale: #7C7C7C. Windows color (decimal): -5082585 or 2585266. OLE color: 2585266.
HSL color Cylindrical-coordinate representation of color #B27227: hue angle of 32.37º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B27227 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 39 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.30 |
| HSL | 32.37º | 0.64% | 0.43% | - |
| HSV(B) | 32.37º | 0.78% | 0.7% | - |
| XYZ | 24.74 | 21.65 | 4.79 | - |
| YUV | 124.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 39 | 0 | 0.36 | 0.78 | 0.30 | 32.37 | 0.64 | 0.43 |
| Hex | B2 | 72 | 27 | 0 | 24 | 4E | 1E | 20 | 40 | 2B |
| Octal | 262 | 162 | 47 | 0 | 44 | 116 | 36 | 40 | 100 | 53 |
| Binary | 10110010 | 1110010 | 100111 | 0 | 100100 | 1001110 | 11110 | 100000 | 1000000 | 101011 |
Color Harmonies of #B27227
Complementary color
Monochromatic Colors of #B27227
Black with #B27227
Text Example
Text Example
White with #B27227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27227; }
p { color: rgb(178,114,39); }
H1.HeaderClassName
{
color: #B27227;
}
.AnyTagClassName
{
color: #B27227;
}
</style>
background-color css
<style>
a { background-color: #B27227; }
a { background-color: rgb(178,114,39); }
div.DivClassName
{
background-color: #B27227;
}
.BgClassName
{
background-color: #B27227;
}
</style>
border-color css
<style>
span { border-color: #B27227; }
span { border-color: rgb(178,114,39); }
td.TdClassName
{
border-color: #B27227;
}
.TagClassName
{
border-color: #B27227;
}
</style>