#B27228

Color #B27228 Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #B27228

Tints of Pirate Gold #B27228

Color information

#B27228 (or 0xB27228) is unknown color: approx Pirate Gold. HEX triplet: B2, 72 and 28. RGB value is (178,114,40). Sum of RGB (Red+Green+Blue) = 178+114+40=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B27228 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B27228 is #4D8DD7. Grayscale: #7D7D7D. Windows color (decimal): -5082584 or 2650802. OLE color: 2650802.

HSL color Cylindrical-coordinate representation of color #B27228: hue angle of 32.17º degrees, saturation: 0.63, 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 #B27228 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17811440-
CMYK00.360.780.30
HSL32.17º63.3%42.75%-
HSV(B)32.17º77.53%69.8%-
XYZ24.7621.654.88-
YUV124.780.2166.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 53.61%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=53.61%
G=34.34%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781144000.360.780.3032.1763.342.75
HexB272280244E1E203f2b
Octal2621625004411636407753
Binary1011001011100101010000100100100111011110100000111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27228; }

 p { color: rgb(178,114,40); }

 H1.HeaderClassName
 {
   color: #B27228;
 }
 .AnyTagClassName
 {
   color: #B27228;
 }
</style>
background-color css

<style>
 a { background-color: #B27228; }

 a { background-color: rgb(178,114,40); }

 div.DivClassName
 {
   background-color: #B27228;
 }
 .BgClassName
 {
   background-color: #B27228;
 }
</style>
border-color css

<style>
 span { border-color: #B27228; }

 span { border-color: rgb(178,114,40); }

 td.TdClassName
 {
   border-color: #B27228;
 }
 .TagClassName
 {
   border-color: #B27228;
 }
</style>