Html Css Color HEX #BA731A Pirate Gold

📋 copy color: '#BA731A'

red 186 ◦ green 115 ◦ blue 26

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

Shades of Pirate Gold #BA731A

Tints of Pirate Gold #BA731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.17%

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 56.88%
G = 35.17%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA731A (or 0xBA731A) is known color: Pirate Gold. HEX triplet: BA, 73 and 1A. RGB value is (186,115,26). Sum of RGB (Red+Green+Blue) = 186+115+26=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA731A is #458CE5. Grayscale: #7E7E7E. Windows color (decimal): -4558054 or 1733562. OLE color: 1733562.

HSL color Cylindrical-coordinate representation of color #BA731A: hue angle of 33.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA731A is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 115 26 -
CMYK 0 0.38 0.86 0.27
HSL 33.38º 0.75% 0.42% -
HSV(B) 33.38º 0.86% 0.73% -
XYZ 26.57 22.78 3.97 -
YUV 126.08 71.52 170.74 -
System Red Green Blue C M Y K H S L
Decimal 186 115 26 0 0.38 0.86 0.27 33.38 0.75 0.42
Hex BA 73 1A 0 26 56 1B 21 4B 2A
Octal 272 163 32 0 46 126 33 41 113 52
Binary 10111010 1110011 11010 0 100110 1010110 11011 100001 1001011 101010

Color Harmonies of #BA731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA731A

Black with #BA731A

Text Example


Text Example

White with #BA731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA731A; }

 p { color: rgb(186,115,26); }

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

background-color css

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

 a { background-color: rgb(186,115,26); }

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

border-color css

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

 span { border-color: rgb(186,115,26); }

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