Shades of Pirate Gold #B27218
Tints of Pirate Gold #B27218
RGB
CMYK
RGB Variations
Color information
#B27218 (or 0xB27218) is known color: Pirate Gold. HEX triplet: B2, 72 and 18. RGB value is (178,114,24). Sum of RGB (Red+Green+Blue) = 178+114+24=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27218 is #4D8DE7. Grayscale: #7B7B7B. Windows color (decimal): -5082600 or 1602226. OLE color: 1602226.
HSL color Cylindrical-coordinate representation of color #B27218: hue angle of 35.06º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B27218 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 24 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.30 |
| HSL | 35.06º | 0.76% | 0.4% | - |
| HSV(B) | 35.06º | 0.87% | 0.7% | - |
| XYZ | 24.54 | 21.57 | 3.73 | - |
| YUV | 122.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 24 | 0 | 0.36 | 0.87 | 0.30 | 35.06 | 0.76 | 0.4 |
| Hex | B2 | 72 | 18 | 0 | 24 | 57 | 1E | 23 | 4C | 28 |
| Octal | 262 | 162 | 30 | 0 | 44 | 127 | 36 | 43 | 114 | 50 |
| Binary | 10110010 | 1110010 | 11000 | 0 | 100100 | 1010111 | 11110 | 100011 | 1001100 | 101000 |
Color Harmonies of #B27218
Complementary color
Monochromatic Colors of #B27218
Black with #B27218
Text Example
Text Example
White with #B27218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27218; }
p { color: rgb(178,114,24); }
H1.HeaderClassName
{
color: #B27218;
}
.AnyTagClassName
{
color: #B27218;
}
</style>
background-color css
<style>
a { background-color: #B27218; }
a { background-color: rgb(178,114,24); }
div.DivClassName
{
background-color: #B27218;
}
.BgClassName
{
background-color: #B27218;
}
</style>
border-color css
<style>
span { border-color: #B27218; }
span { border-color: rgb(178,114,24); }
td.TdClassName
{
border-color: #B27218;
}
.TagClassName
{
border-color: #B27218;
}
</style>