Html Css Color HEX #BA7314 Pirate Gold

📋 copy color: '#BA7314'

red 186 ◦ green 115 ◦ blue 20

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

Shades of Pirate Gold #BA7314

Tints of Pirate Gold #BA7314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 57.94%
G = 35.83%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA7314 (or 0xBA7314) is known color: Pirate Gold. HEX triplet: BA, 73 and 14. RGB value is (186,115,20). Sum of RGB (Red+Green+Blue) = 186+115+20=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7314 is #458CEB. Grayscale: #7D7D7D. Windows color (decimal): -4558060 or 1340346. OLE color: 1340346.

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

Color convert

RGB 186 115 20 -
CMYK 0 0.38 0.89 0.27
HSL 34.34º 0.81% 0.4% -
HSV(B) 34.34º 0.89% 0.73% -
XYZ 26.51 22.75 3.66 -
YUV 125.4 68.52 171.22 -
System Red Green Blue C M Y K H S L
Decimal 186 115 20 0 0.38 0.89 0.27 34.34 0.81 0.4
Hex BA 73 14 0 26 59 1B 22 51 28
Octal 272 163 24 0 46 131 33 42 121 50
Binary 10111010 1110011 10100 0 100110 1011001 11011 100010 1010001 101000

Color Harmonies of #BA7314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7314

Black with #BA7314

Text Example


Text Example

White with #BA7314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7314; }

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

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

background-color css

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

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

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

border-color css

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

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

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