Html Css Color HEX #BA7729 Pirate Gold

📋 copy color: '#BA7729'

red 186 ◦ green 119 ◦ blue 41

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

Shades of Pirate Gold #BA7729

Tints of Pirate Gold #BA7729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.39%

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

R = 53.76%
G = 34.39%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA7729 (or 0xBA7729) is known color: Pirate Gold. HEX triplet: BA, 77 and 29. RGB value is (186,119,41). Sum of RGB (Red+Green+Blue) = 186+119+41=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7729 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7729 is #4588D6. Grayscale: #828282. Windows color (decimal): -4557015 or 2717626. OLE color: 2717626.

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

Color convert

RGB 186 119 41 -
CMYK 0 0.36 0.78 0.27
HSL 32.28º 0.64% 0.45% -
HSV(B) 32.28º 0.78% 0.73% -
XYZ 27.25 23.79 5.25 -
YUV 130.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 186 119 41 0 0.36 0.78 0.27 32.28 0.64 0.45
Hex BA 77 29 0 24 4E 1B 20 40 2D
Octal 272 167 51 0 44 116 33 40 100 55
Binary 10111010 1110111 101001 0 100100 1001110 11011 100000 1000000 101101

Color Harmonies of #BA7729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7729

Black with #BA7729

Text Example


Text Example

White with #BA7729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7729; }

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

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

background-color css

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

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

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

border-color css

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

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

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