#BA7925

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

Shades of Pirate Gold #BA7925

Tints of Pirate Gold #BA7925

Color information

#BA7925 (or 0xBA7925) is unknown color: approx Pirate Gold. HEX triplet: BA, 79 and 25. RGB value is (186,121,37). Sum of RGB (Red+Green+Blue) = 186+121+37=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7925 is #4586DA. Grayscale: #838383. Windows color (decimal): -4556507 or 2455994. OLE color: 2455994.

HSL color Cylindrical-coordinate representation of color #BA7925: hue angle of 33.83º 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 #BA7925 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB18612137-
CMYK00.350.800.27
HSL33.83º66.82%43.73%-
HSV(B)33.83º80.11%72.94%-
XYZ27.4224.254.99-
YUV130.8675.03167.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 37 (14.84% from 255) = 10.76%
R=54.07%
G=35.17%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861213700.350.800.2733.8366.8243.73
HexBA7925023501B22432c
Octal27217145043120334210354
Binary10111010111100110010101000111010000110111000101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7925; }

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

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

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

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

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

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

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

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