Html Css Color HEX #BA7119 Pirate Gold

📋 copy color: '#BA7119'

red 186 ◦ green 113 ◦ blue 25

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

Shades of Pirate Gold #BA7119

Tints of Pirate Gold #BA7119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.72%

R = 57.41%
G = 34.88%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7119 (or 0xBA7119) is known color: Pirate Gold. HEX triplet: BA, 71 and 19. RGB value is (186,113,25). Sum of RGB (Red+Green+Blue) = 186+113+25=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7119 is #458EE6. Grayscale: #7D7D7D. Windows color (decimal): -4558567 or 1667514. OLE color: 1667514.

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

Color convert

RGB 186 113 25 -
CMYK 0 0.39 0.87 0.27
HSL 32.8º 0.76% 0.41% -
HSV(B) 32.8º 0.87% 0.73% -
XYZ 26.33 22.32 3.84 -
YUV 124.8 71.68 171.66 -
System Red Green Blue C M Y K H S L
Decimal 186 113 25 0 0.39 0.87 0.27 32.8 0.76 0.41
Hex BA 71 19 0 27 57 1B 21 4C 29
Octal 272 161 31 0 47 127 33 41 114 51
Binary 10111010 1110001 11001 0 100111 1010111 11011 100001 1001100 101001

Color Harmonies of #BA7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7119

Black with #BA7119

Text Example


Text Example

White with #BA7119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7119; }

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

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

background-color css

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

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

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

border-color css

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

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

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