Html Css Color HEX #BA7726 Pirate Gold

📋 copy color: '#BA7726'

red 186 ◦ green 119 ◦ blue 38

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

Shades of Pirate Gold #BA7726

Tints of Pirate Gold #BA7726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.08%

R = 54.23%
G = 34.69%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA7726 (or 0xBA7726) is known color: Pirate Gold. HEX triplet: BA, 77 and 26. RGB value is (186,119,38). Sum of RGB (Red+Green+Blue) = 186+119+38=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 38 (15.23% from 255 or 11.08% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7726 is #4588D9. Grayscale: #828282. Windows color (decimal): -4557018 or 2521018. OLE color: 2521018.

HSL color Cylindrical-coordinate representation of color #BA7726: hue angle of 32.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA7726 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 119 38 -
CMYK 0 0.36 0.80 0.27
HSL 32.84º 0.66% 0.44% -
HSV(B) 32.84º 0.8% 0.73% -
XYZ 27.2 23.77 4.99 -
YUV 129.8 76.2 168.09 -
System Red Green Blue C M Y K H S L
Decimal 186 119 38 0 0.36 0.80 0.27 32.84 0.66 0.44
Hex BA 77 26 0 24 50 1B 21 42 2C
Octal 272 167 46 0 44 120 33 41 102 54
Binary 10111010 1110111 100110 0 100100 1010000 11011 100001 1000010 101100

Color Harmonies of #BA7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7726

Black with #BA7726

Text Example


Text Example

White with #BA7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7726; }

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

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

background-color css

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

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

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

border-color css

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

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

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