Html Css Color HEX #BA7619 Pirate Gold

📋 copy color: '#BA7619'

red 186 ◦ green 118 ◦ blue 25

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

Shades of Pirate Gold #BA7619

Tints of Pirate Gold #BA7619

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.87%

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

R = 56.53%
G = 35.87%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA7619 (or 0xBA7619) is known color: Pirate Gold. HEX triplet: BA, 76 and 19. RGB value is (186,118,25). Sum of RGB (Red+Green+Blue) = 186+118+25=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7619 is #4589E6. Grayscale: #808080. Windows color (decimal): -4557287 or 1668794. OLE color: 1668794.

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

Color convert

RGB 186 118 25 -
CMYK 0 0.37 0.87 0.27
HSL 34.66º 0.76% 0.41% -
HSV(B) 34.66º 0.87% 0.73% -
XYZ 26.9 23.47 4.03 -
YUV 127.73 70.03 169.56 -
System Red Green Blue C M Y K H S L
Decimal 186 118 25 0 0.37 0.87 0.27 34.66 0.76 0.41
Hex BA 76 19 0 25 57 1B 23 4C 29
Octal 272 166 31 0 45 127 33 43 114 51
Binary 10111010 1110110 11001 0 100101 1010111 11011 100011 1001100 101001

Color Harmonies of #BA7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7619

Black with #BA7619

Text Example


Text Example

White with #BA7619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7619; }

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

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

background-color css

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

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

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

border-color css

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

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

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