Html Css Color HEX #BA7629 Pirate Gold

📋 copy color: '#BA7629'

red 186 ◦ green 118 ◦ blue 41

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

Shades of Pirate Gold #BA7629

Tints of Pirate Gold #BA7629

RGB

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

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

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

R = 53.91%
G = 34.2%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7629 (or 0xBA7629) is known color: Pirate Gold. HEX triplet: BA, 76 and 29. RGB value is (186,118,41). Sum of RGB (Red+Green+Blue) = 186+118+41=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7629 is #4589D6. Grayscale: #818181. Windows color (decimal): -4557271 or 2717370. OLE color: 2717370.

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

Color convert

RGB 186 118 41 -
CMYK 0 0.37 0.78 0.27
HSL 31.86º 0.64% 0.45% -
HSV(B) 31.86º 0.78% 0.73% -
XYZ 27.13 23.56 5.21 -
YUV 129.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 186 118 41 0 0.37 0.78 0.27 31.86 0.64 0.45
Hex BA 76 29 0 25 4E 1B 20 40 2D
Octal 272 166 51 0 45 116 33 40 100 55
Binary 10111010 1110110 101001 0 100101 1001110 11011 100000 1000000 101101

Color Harmonies of #BA7629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7629

Black with #BA7629

Text Example


Text Example

White with #BA7629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7629; }

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

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

background-color css

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

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

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

border-color css

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

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

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