Html Css Color HEX #BA7129 Pirate Gold

📋 copy color: '#BA7129'

red 186 ◦ green 113 ◦ blue 41

#BA7129
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pirate Gold #BA7129

Tints of Pirate Gold #BA7129

RGB

 RED value IS 186 (73.05% from 255) = 54.71%

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 41 (16.41% from 255) = 12.06%

R = 54.71%
G = 33.24%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7129 (or 0xBA7129) is known color: Pirate Gold. HEX triplet: BA, 71 and 29. RGB value is (186,113,41). Sum of RGB (Red+Green+Blue) = 186+113+41=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7129 is #458ED6. Grayscale: #7E7E7E. Windows color (decimal): -4558551 or 2716090. OLE color: 2716090.

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

Color convert

RGB 186 113 41 -
CMYK 0 0.39 0.78 0.27
HSL 29.79º 0.64% 0.45% -
HSV(B) 29.79º 0.78% 0.73% -
XYZ 26.56 22.41 5.02 -
YUV 126.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 186 113 41 0 0.39 0.78 0.27 29.79 0.64 0.45
Hex BA 71 29 0 27 4E 1B 1E 40 2D
Octal 272 161 51 0 47 116 33 36 100 55
Binary 10111010 1110001 101001 0 100111 1001110 11011 11110 1000000 101101

Color Harmonies of #BA7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7129

Black with #BA7129

Text Example


Text Example

White with #BA7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7129; }

 p { color: rgb(186,113,41); }

 H1.HeaderClassName
 {
   color: #BA7129;
 }
 .AnyTagClassName
 {
   color: #BA7129;
 }
</style>

background-color css

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

 a { background-color: rgb(186,113,41); }

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

border-color css

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

 span { border-color: rgb(186,113,41); }

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