#BA7725

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

Shades of Pirate Gold #BA7725

Tints of Pirate Gold #BA7725

Color information

#BA7725 (or 0xBA7725) is unknown color: approx Pirate Gold. HEX triplet: BA, 77 and 25. RGB value is (186,119,37). Sum of RGB (Red+Green+Blue) = 186+119+37=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7725 is #4588DA. Grayscale: #828282. Windows color (decimal): -4557019 or 2455482. OLE color: 2455482.

HSL color Cylindrical-coordinate representation of color #BA7725: hue angle of 33.02º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7725 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18611937-
CMYK00.360.800.27
HSL33.02º66.82%43.73%-
HSV(B)33.02º80.11%72.94%-
XYZ27.1823.774.91-
YUV129.6875.7168.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 37 (14.84% from 255) = 10.82%
R=54.39%
G=34.80%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861193700.360.800.2733.0266.8243.73
HexBA7725024501B21432c
Octal27216745044120334110354
Binary10111010111011110010101001001010000110111000011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7725; }

 p { color: rgb(186,119,37); }

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

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

 a { background-color: rgb(186,119,37); }

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

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

 span { border-color: rgb(186,119,37); }

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