Shades of Pirate Gold #B27624
Tints of Pirate Gold #B27624
RGB
CMYK
RGB Variations
Color information
#B27624 (or 0xB27624) is known color: Pirate Gold. HEX triplet: B2, 76 and 24. RGB value is (178,118,36). Sum of RGB (Red+Green+Blue) = 178+118+36=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27624 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27624 is #4D89DB. Grayscale: #7E7E7E. Windows color (decimal): -5081564 or 2389682. OLE color: 2389682.
HSL color Cylindrical-coordinate representation of color #B27624: hue angle of 34.65º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B27624 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 36 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.30 |
| HSL | 34.65º | 0.66% | 0.42% | - |
| HSV(B) | 34.65º | 0.8% | 0.7% | - |
| XYZ | 25.16 | 22.55 | 4.7 | - |
| YUV | 126.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 36 | 0 | 0.34 | 0.80 | 0.30 | 34.65 | 0.66 | 0.42 |
| Hex | B2 | 76 | 24 | 0 | 22 | 50 | 1E | 23 | 42 | 2A |
| Octal | 262 | 166 | 44 | 0 | 42 | 120 | 36 | 43 | 102 | 52 |
| Binary | 10110010 | 1110110 | 100100 | 0 | 100010 | 1010000 | 11110 | 100011 | 1000010 | 101010 |
Color Harmonies of #B27624
Complementary color
Monochromatic Colors of #B27624
Black with #B27624
Text Example
Text Example
White with #B27624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27624; }
p { color: rgb(178,118,36); }
H1.HeaderClassName
{
color: #B27624;
}
.AnyTagClassName
{
color: #B27624;
}
</style>
background-color css
<style>
a { background-color: #B27624; }
a { background-color: rgb(178,118,36); }
div.DivClassName
{
background-color: #B27624;
}
.BgClassName
{
background-color: #B27624;
}
</style>
border-color css
<style>
span { border-color: #B27624; }
span { border-color: rgb(178,118,36); }
td.TdClassName
{
border-color: #B27624;
}
.TagClassName
{
border-color: #B27624;
}
</style>