#BA7227

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

Shades of Pirate Gold #BA7227

Tints of Pirate Gold #BA7227

Color information

#BA7227 (or 0xBA7227) is unknown color: approx Pirate Gold. HEX triplet: BA, 72 and 27. RGB value is (186,114,39). Sum of RGB (Red+Green+Blue) = 186+114+39=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7227 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7227 is #458DD8. Grayscale: #7F7F7F. Windows color (decimal): -4558297 or 2585274. OLE color: 2585274.

HSL color Cylindrical-coordinate representation of color #BA7227: hue angle of 30.61º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA7227 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB18611439-
CMYK00.390.790.27
HSL30.61º65.33%44.12%-
HSV(B)30.61º79.03%72.94%-
XYZ26.6322.624.88-
YUV126.9878.35170.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.87%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 39 (15.62% from 255) = 11.50%
R=54.87%
G=33.63%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861143900.390.790.2730.6165.3344.12
HexBA72270274F1B1f412c
Octal27216247047117333710154
Binary1011101011100101001110100111100111111011111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7227; }

 p { color: rgb(186,114,39); }

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

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

 a { background-color: rgb(186,114,39); }

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

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

 span { border-color: rgb(186,114,39); }

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